Html Css Color HEX #D6E8F1 Pattens Blue

📋 copy color: '#D6E8F1'

red 214 ◦ green 232 ◦ blue 241

#D6E8F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #D6E8F1

Tints of Pattens Blue #D6E8F1

RGB

 RED value IS 214 (83.98% from 255) = 31.15%

 GREEN value IS 232 (91.02% from 255) = 33.77%

 BLUE value IS 241 (94.53% from 255) = 35.08%

R = 31.15%
G = 33.77%
B = 35.08%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D6E8F1 (or 0xD6E8F1) is known color: Pattens Blue. HEX triplet: D6, E8 and F1. RGB value is (214,232,241). Sum of RGB (Red+Green+Blue) = 214+232+241=687 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.15% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 241 (94.53% from 255 or 35.08% from 687); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6E8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E8F1 is #29170E. Grayscale: #E3E3E3. Windows color (decimal): -2692879 or 15853782. OLE color: 15853782.

HSL color Cylindrical-coordinate representation of color #D6E8F1: hue angle of 200º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D6E8F1 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 232 241 -
CMYK 0.11 0.04 0 0.05
HSL 200º 0.49% 0.89% -
HSV(B) 200º 0.11% 0.95% -
XYZ 72.47 78.36 94.52 -
YUV 227.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 214 232 241 0.11 0.04 0 0.05 200 0.49 0.89
Hex D6 E8 F1 B 4 0 5 C8 31 59
Octal 326 350 361 13 4 0 5 310 61 131
Binary 11010110 11101000 11110001 1011 100 0 101 11001000 110001 1011001

Color Harmonies of #D6E8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8F1

Black with #D6E8F1

Text Example


Text Example

White with #D6E8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8F1; }

 p { color: rgb(214,232,241); }

 H1.HeaderClassName
 {
   color: #D6E8F1;
 }
 .AnyTagClassName
 {
   color: #D6E8F1;
 }
</style>

background-color css

<style>
 a { background-color: #D6E8F1; }

 a { background-color: rgb(214,232,241); }

 div.DivClassName
 {
   background-color: #D6E8F1;
 }
 .BgClassName
 {
   background-color: #D6E8F1;
 }
</style>

border-color css

<style>
 span { border-color: #D6E8F1; }

 span { border-color: rgb(214,232,241); }

 td.TdClassName
 {
   border-color: #D6E8F1;
 }
 .TagClassName
 {
   border-color: #D6E8F1;
 }
</style>