Html Css Color HEX #D9E5EB Pattens Blue

📋 copy color: '#D9E5EB'

red 217 ◦ green 229 ◦ blue 235

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

Shades of Pattens Blue #D9E5EB

Tints of Pattens Blue #D9E5EB

RGB

 RED value IS 217 (85.16% from 255) = 31.86%

 GREEN value IS 229 (89.84% from 255) = 33.63%

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

R = 31.86%
G = 33.63%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9E5EB (or 0xD9E5EB) is known color: Pattens Blue. HEX triplet: D9, E5 and EB. RGB value is (217,229,235). Sum of RGB (Red+Green+Blue) = 217+229+235=681 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.86% from 681); Green value is 229 (89.84% from 255 or 33.63% from 681); Blue value is 235 (92.19% from 255 or 34.51% from 681); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E5EB is #261A14. Grayscale: #E2E2E2. Windows color (decimal): -2497045 or 15459801. OLE color: 15459801.

HSL color Cylindrical-coordinate representation of color #D9E5EB: hue angle of 200º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E5EB is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 229 235 -
CMYK 0.08 0.03 0 0.08
HSL 200º 0.31% 0.89% -
HSV(B) 200º 0.08% 0.92% -
XYZ 71.63 76.79 89.64 -
YUV 226.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 217 229 235 0.08 0.03 0 0.08 200 0.31 0.89
Hex D9 E5 EB 8 3 0 8 C8 1F 59
Octal 331 345 353 10 3 0 10 310 37 131
Binary 11011001 11100101 11101011 1000 11 0 1000 11001000 11111 1011001

Color Harmonies of #D9E5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5EB

Black with #D9E5EB

Text Example


Text Example

White with #D9E5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5EB; }

 p { color: rgb(217,229,235); }

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

background-color css

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

 a { background-color: rgb(217,229,235); }

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

border-color css

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

 span { border-color: rgb(217,229,235); }

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