Html Css Color HEX #D1DEEC Pattens Blue

📋 copy color: '#D1DEEC'

red 209 ◦ green 222 ◦ blue 236

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

Shades of Pattens Blue #D1DEEC

Tints of Pattens Blue #D1DEEC

RGB

 RED value IS 209 (82.03% from 255) = 31.33%

 GREEN value IS 222 (87.11% from 255) = 33.28%

 BLUE value IS 236 (92.58% from 255) = 35.38%

R = 31.33%
G = 33.28%
B = 35.38%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D1DEEC (or 0xD1DEEC) is known color: Pattens Blue. HEX triplet: D1, DE and EC. RGB value is (209,222,236). Sum of RGB (Red+Green+Blue) = 209+222+236=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 222 (87.11% from 255 or 33.28% from 667); Blue value is 236 (92.58% from 255 or 35.38% from 667); Max value from RGB is 236 - color contains mainly: blue. Hex color #D1DEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEEC is #2E2113. Grayscale: #DBDBDB. Windows color (decimal): -3023124 or 15523537. OLE color: 15523537.

HSL color Cylindrical-coordinate representation of color #D1DEEC: hue angle of 211.11º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1DEEC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 209 222 236 -
CMYK 0.11 0.06 0 0.07
HSL 211.11º 0.42% 0.87% -
HSV(B) 211.11º 0.11% 0.93% -
XYZ 67.56 71.85 89.67 -
YUV 219.71 137.19 120.36 -
System Red Green Blue C M Y K H S L
Decimal 209 222 236 0.11 0.06 0 0.07 211.11 0.42 0.87
Hex D1 DE EC B 6 0 7 D3 2A 57
Octal 321 336 354 13 6 0 7 323 52 127
Binary 11010001 11011110 11101100 1011 110 0 111 11010011 101010 1010111

Color Harmonies of #D1DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEEC

Black with #D1DEEC

Text Example


Text Example

White with #D1DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEEC; }

 p { color: rgb(209,222,236); }

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

background-color css

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

 a { background-color: rgb(209,222,236); }

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

border-color css

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

 span { border-color: rgb(209,222,236); }

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