Html Css Color HEX #D8ECF8 Pattens Blue

📋 copy color: '#D8ECF8'

red 216 ◦ green 236 ◦ blue 248

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

Shades of Pattens Blue #D8ECF8

Tints of Pattens Blue #D8ECF8

RGB

 RED value IS 216 (84.77% from 255) = 30.86%

 GREEN value IS 236 (92.58% from 255) = 33.71%

 BLUE value IS 248 (97.27% from 255) = 35.43%

R = 30.86%
G = 33.71%
B = 35.43%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D8ECF8 (or 0xD8ECF8) is known color: Pattens Blue. HEX triplet: D8, EC and F8. RGB value is (216,236,248). Sum of RGB (Red+Green+Blue) = 216+236+248=700 (92% of max value = 765). Red value is 216 (84.77% from 255 or 30.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 248 (97.27% from 255 or 35.43% from 700); Max value from RGB is 248 - color contains mainly: blue. Hex color #D8ECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8ECF8 is #271307. Grayscale: #E7E7E7. Windows color (decimal): -2560776 or 16313560. OLE color: 16313560.

HSL color Cylindrical-coordinate representation of color #D8ECF8: hue angle of 202.5º degrees, saturation: 0.7, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8ECF8 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 216 236 248 -
CMYK 0.13 0.05 0 0.03
HSL 202.5º 0.7% 0.91% -
HSV(B) 202.5º 0.13% 0.97% -
XYZ 75.26 81.37 100.55 -
YUV 231.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 216 236 248 0.13 0.05 0 0.03 202.5 0.7 0.91
Hex D8 EC F8 D 5 0 3 CA 46 5B
Octal 330 354 370 15 5 0 3 312 106 133
Binary 11011000 11101100 11111000 1101 101 0 11 11001010 1000110 1011011

Color Harmonies of #D8ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ECF8

Black with #D8ECF8

Text Example


Text Example

White with #D8ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ECF8; }

 p { color: rgb(216,236,248); }

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

background-color css

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

 a { background-color: rgb(216,236,248); }

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

border-color css

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

 span { border-color: rgb(216,236,248); }

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