Html Css Color HEX #D9EAF4 Pattens Blue

📋 copy color: '#D9EAF4'

red 217 ◦ green 234 ◦ blue 244

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

Shades of Pattens Blue #D9EAF4

Tints of Pattens Blue #D9EAF4

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.67%

 BLUE value IS 244 (95.7% from 255) = 35.11%

R = 31.22%
G = 33.67%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9EAF4 (or 0xD9EAF4) is known color: Pattens Blue. HEX triplet: D9, EA and F4. RGB value is (217,234,244). Sum of RGB (Red+Green+Blue) = 217+234+244=695 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.22% from 695); Green value is 234 (91.80% from 255 or 33.67% from 695); Blue value is 244 (95.70% from 255 or 35.11% from 695); Max value from RGB is 244 - color contains mainly: blue. Hex color #D9EAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EAF4 is #26150B. Grayscale: #E6E6E6. Windows color (decimal): -2495756 or 16050905. OLE color: 16050905.

HSL color Cylindrical-coordinate representation of color #D9EAF4: hue angle of 202.22º degrees, saturation: 0.55, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9EAF4 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 234 244 -
CMYK 0.11 0.04 0 0.04
HSL 202.22º 0.55% 0.9% -
HSV(B) 202.22º 0.11% 0.96% -
XYZ 74.37 80.13 97.13 -
YUV 230.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 217 234 244 0.11 0.04 0 0.04 202.22 0.55 0.9
Hex D9 EA F4 B 4 0 4 CA 37 5A
Octal 331 352 364 13 4 0 4 312 67 132
Binary 11011001 11101010 11110100 1011 100 0 100 11001010 110111 1011010

Color Harmonies of #D9EAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EAF4

Black with #D9EAF4

Text Example


Text Example

White with #D9EAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EAF4; }

 p { color: rgb(217,234,244); }

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

background-color css

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

 a { background-color: rgb(217,234,244); }

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

border-color css

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

 span { border-color: rgb(217,234,244); }

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