Html Css Color HEX #D9E2EB Pattens Blue

📋 copy color: '#D9E2EB'

red 217 ◦ green 226 ◦ blue 235

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

Shades of Pattens Blue #D9E2EB

Tints of Pattens Blue #D9E2EB

RGB

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

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

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

R = 32.01%
G = 33.33%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9E2EB (or 0xD9E2EB) is known color: Pattens Blue. HEX triplet: D9, E2 and EB. RGB value is (217,226,235). Sum of RGB (Red+Green+Blue) = 217+226+235=678 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.01% from 678); Green value is 226 (88.67% from 255 or 33.33% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E2EB is #261D14. Grayscale: #E0E0E0. Windows color (decimal): -2497813 or 15459033. OLE color: 15459033.

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

Color convert

RGB 217 226 235 -
CMYK 0.08 0.04 0 0.08
HSL 210º 0.31% 0.89% -
HSV(B) 210º 0.08% 0.92% -
XYZ 70.81 75.14 89.37 -
YUV 224.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 217 226 235 0.08 0.04 0 0.08 210 0.31 0.89
Hex D9 E2 EB 8 4 0 8 D2 1F 59
Octal 331 342 353 10 4 0 10 322 37 131
Binary 11011001 11100010 11101011 1000 100 0 1000 11010010 11111 1011001

Color Harmonies of #D9E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E2EB

Black with #D9E2EB

Text Example


Text Example

White with #D9E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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