Html Css Color HEX #D6E8F3 Pattens Blue

📋 copy color: '#D6E8F3'

red 214 ◦ green 232 ◦ blue 243

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

Shades of Pattens Blue #D6E8F3

Tints of Pattens Blue #D6E8F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 35.27%

R = 31.06%
G = 33.67%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D6E8F3 (or 0xD6E8F3) is known color: Pattens Blue. HEX triplet: D6, E8 and F3. RGB value is (214,232,243). Sum of RGB (Red+Green+Blue) = 214+232+243=689 (91% of max value = 765). Red value is 214 (83.98% from 255 or 31.06% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 243 (95.31% from 255 or 35.27% from 689); Max value from RGB is 243 - color contains mainly: blue. Hex color #D6E8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6E8F3 is #29170C. Grayscale: #E3E3E3. Windows color (decimal): -2692877 or 15984854. OLE color: 15984854.

HSL color Cylindrical-coordinate representation of color #D6E8F3: hue angle of 202.76º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6E8F3 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 232 243 -
CMYK 0.12 0.05 0 0.05
HSL 202.76º 0.55% 0.9% -
HSV(B) 202.76º 0.12% 0.95% -
XYZ 72.77 78.48 96.11 -
YUV 227.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 214 232 243 0.12 0.05 0 0.05 202.76 0.55 0.9
Hex D6 E8 F3 C 5 0 5 CB 37 5A
Octal 326 350 363 14 5 0 5 313 67 132
Binary 11010110 11101000 11110011 1100 101 0 101 11001011 110111 1011010

Color Harmonies of #D6E8F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E8F3

Black with #D6E8F3

Text Example


Text Example

White with #D6E8F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E8F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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