Html Css Color HEX #D6E0EA Pattens Blue

📋 copy color: '#D6E0EA'

red 214 ◦ green 224 ◦ blue 234

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

Shades of Pattens Blue #D6E0EA

Tints of Pattens Blue #D6E0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.33%

 BLUE value IS 234 (91.8% from 255) = 34.82%

R = 31.85%
G = 33.33%
B = 34.82%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6E0EA (or 0xD6E0EA) is known color: Pattens Blue. HEX triplet: D6, E0 and EA. RGB value is (214,224,234). Sum of RGB (Red+Green+Blue) = 214+224+234=672 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.85% from 672); Green value is 224 (87.89% from 255 or 33.33% from 672); Blue value is 234 (91.80% from 255 or 34.82% from 672); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6E0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0EA is #291F15. Grayscale: #DEDEDE. Windows color (decimal): -2694934 or 15392982. OLE color: 15392982.

HSL color Cylindrical-coordinate representation of color #D6E0EA: hue angle of 210º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E0EA is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 224 234 -
CMYK 0.09 0.04 0 0.08
HSL 210º 0.32% 0.88% -
HSV(B) 210º 0.09% 0.92% -
XYZ 69.24 73.55 88.39 -
YUV 222.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 214 224 234 0.09 0.04 0 0.08 210 0.32 0.88
Hex D6 E0 EA 9 4 0 8 D2 20 58
Octal 326 340 352 11 4 0 10 322 40 130
Binary 11010110 11100000 11101010 1001 100 0 1000 11010010 100000 1011000

Color Harmonies of #D6E0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E0EA

Black with #D6E0EA

Text Example


Text Example

White with #D6E0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E0EA; }

 p { color: rgb(214,224,234); }

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

background-color css

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

 a { background-color: rgb(214,224,234); }

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

border-color css

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

 span { border-color: rgb(214,224,234); }

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