Html Css Color HEX #D1DEEB Pattens Blue

📋 copy color: '#D1DEEB'

red 209 ◦ green 222 ◦ blue 235

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

Shades of Pattens Blue #D1DEEB

Tints of Pattens Blue #D1DEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.29%

R = 31.38%
G = 33.33%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D1DEEB (or 0xD1DEEB) is known color: Pattens Blue. HEX triplet: D1, DE and EB. RGB value is (209,222,235). Sum of RGB (Red+Green+Blue) = 209+222+235=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 222 (87.11% from 255 or 33.33% from 666); Blue value is 235 (92.19% from 255 or 35.29% from 666); Max value from RGB is 235 - color contains mainly: blue. Hex color #D1DEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DEEB is #2E2114. Grayscale: #DBDBDB. Windows color (decimal): -3023125 or 15458001. OLE color: 15458001.

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

Color convert

RGB 209 222 235 -
CMYK 0.11 0.06 0 0.08
HSL 210º 0.39% 0.87% -
HSV(B) 210º 0.11% 0.92% -
XYZ 67.41 71.8 88.9 -
YUV 219.6 136.69 120.44 -
System Red Green Blue C M Y K H S L
Decimal 209 222 235 0.11 0.06 0 0.08 210 0.39 0.87
Hex D1 DE EB B 6 0 8 D2 27 57
Octal 321 336 353 13 6 0 10 322 47 127
Binary 11010001 11011110 11101011 1011 110 0 1000 11010010 100111 1010111

Color Harmonies of #D1DEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DEEB

Black with #D1DEEB

Text Example


Text Example

White with #D1DEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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