Html Css Color HEX #D9EDFF Pattens Blue

📋 copy color: '#D9EDFF'

red 217 ◦ green 237 ◦ blue 255

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

Shades of Pattens Blue #D9EDFF

Tints of Pattens Blue #D9EDFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 35.97%

R = 30.61%
G = 33.43%
B = 35.97%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D9EDFF (or 0xD9EDFF) is known color: Pattens Blue. HEX triplet: D9, ED and FF. RGB value is (217,237,255). Sum of RGB (Red+Green+Blue) = 217+237+255=709 (93% of max value = 765). Red value is 217 (85.16% from 255 or 30.61% from 709); Green value is 237 (92.97% from 255 or 33.43% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #D9EDFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EDFF is #261200. Grayscale: #E8E8E8. Windows color (decimal): -2494977 or 16772569. OLE color: 16772569.

HSL color Cylindrical-coordinate representation of color #D9EDFF: hue angle of 208.42º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EDFF is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 217 237 255 -
CMYK 0.15 0.07 0 0
HSL 208.42º 1% 0.93% -
HSV(B) 208.42º 0.15% 1% -
XYZ 76.95 82.54 106.48 -
YUV 233.07 140.37 116.54 -
System Red Green Blue C M Y K H S L
Decimal 217 237 255 0.15 0.07 0 0 208.42 1 0.93
Hex D9 ED FF F 7 0 0 D0 64 5D
Octal 331 355 377 17 7 0 0 320 144 135
Binary 11011001 11101101 11111111 1111 111 0 0 11010000 1100100 1011101

Color Harmonies of #D9EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDFF

Black with #D9EDFF

Text Example


Text Example

White with #D9EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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