Html Css Color HEX #D9EDF6 Pattens Blue

📋 copy color: '#D9EDF6'

red 217 ◦ green 237 ◦ blue 246

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

Shades of Pattens Blue #D9EDF6

Tints of Pattens Blue #D9EDF6

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.86%

 BLUE value IS 246 (96.48% from 255) = 35.14%

R = 31%
G = 33.86%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D9EDF6 (or 0xD9EDF6) is known color: Pattens Blue. HEX triplet: D9, ED and F6. RGB value is (217,237,246). Sum of RGB (Red+Green+Blue) = 217+237+246=700 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31% from 700); Green value is 237 (92.97% from 255 or 33.86% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #D9EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDF6 is #261209. Grayscale: #E7E7E7. Windows color (decimal): -2494986 or 16182745. OLE color: 16182745.

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

Color convert

RGB 217 237 246 -
CMYK 0.12 0.04 0 0.04
HSL 198.62º 0.62% 0.91% -
HSV(B) 198.62º 0.12% 0.96% -
XYZ 75.53 81.97 99.03 -
YUV 232.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 217 237 246 0.12 0.04 0 0.04 198.62 0.62 0.91
Hex D9 ED F6 C 4 0 4 C7 3E 5B
Octal 331 355 366 14 4 0 4 307 76 133
Binary 11011001 11101101 11110110 1100 100 0 100 11000111 111110 1011011

Color Harmonies of #D9EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDF6

Black with #D9EDF6

Text Example


Text Example

White with #D9EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDF6; }

 p { color: rgb(217,237,246); }

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

background-color css

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

 a { background-color: rgb(217,237,246); }

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

border-color css

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

 span { border-color: rgb(217,237,246); }

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