Html Css Color HEX #D9E7EB Pattens Blue

📋 copy color: '#D9E7EB'

red 217 ◦ green 231 ◦ blue 235

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

Shades of Pattens Blue #D9E7EB

Tints of Pattens Blue #D9E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.82%

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

R = 31.77%
G = 33.82%
B = 34.41%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D9E7EB (or 0xD9E7EB) is known color: Pattens Blue. HEX triplet: D9, E7 and EB. RGB value is (217,231,235). Sum of RGB (Red+Green+Blue) = 217+231+235=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 235 (92.19% from 255 or 34.41% from 683); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9E7EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9E7EB is #261814. Grayscale: #E3E3E3. Windows color (decimal): -2496533 or 15460313. OLE color: 15460313.

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

Color convert

RGB 217 231 235 -
CMYK 0.08 0.02 0 0.08
HSL 193.33º 0.31% 0.89% -
HSV(B) 193.33º 0.08% 0.92% -
XYZ 72.19 77.9 89.83 -
YUV 227.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 217 231 235 0.08 0.02 0 0.08 193.33 0.31 0.89
Hex D9 E7 EB 8 2 0 8 C1 1F 59
Octal 331 347 353 10 2 0 10 301 37 131
Binary 11011001 11100111 11101011 1000 10 0 1000 11000001 11111 1011001

Color Harmonies of #D9E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E7EB

Black with #D9E7EB

Text Example


Text Example

White with #D9E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E7EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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