Html Css Color HEX #D6E2EA Pattens Blue

📋 copy color: '#D6E2EA'

red 214 ◦ green 226 ◦ blue 234

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

Shades of Pattens Blue #D6E2EA

Tints of Pattens Blue #D6E2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.53%

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

R = 31.75%
G = 33.53%
B = 34.72%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D6E2EA (or 0xD6E2EA) is known color: Pattens Blue. HEX triplet: D6, E2 and EA. RGB value is (214,226,234). Sum of RGB (Red+Green+Blue) = 214+226+234=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 226 (88.67% from 255 or 33.53% from 674); Blue value is 234 (91.80% from 255 or 34.72% from 674); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6E2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E2EA is #291D15. Grayscale: #DFDFDF. Windows color (decimal): -2694422 or 15393494. OLE color: 15393494.

HSL color Cylindrical-coordinate representation of color #D6E2EA: hue angle of 204º 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 #D6E2EA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 214 226 234 -
CMYK 0.09 0.03 0 0.08
HSL 204º 0.32% 0.88% -
HSV(B) 204º 0.09% 0.92% -
XYZ 69.78 74.63 88.57 -
YUV 223.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 214 226 234 0.09 0.03 0 0.08 204 0.32 0.88
Hex D6 E2 EA 9 3 0 8 CC 20 58
Octal 326 342 352 11 3 0 10 314 40 130
Binary 11010110 11100010 11101010 1001 11 0 1000 11001100 100000 1011000

Color Harmonies of #D6E2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E2EA

Black with #D6E2EA

Text Example


Text Example

White with #D6E2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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