Html Css Color HEX #D8E5ED Pattens Blue

📋 copy color: '#D8E5ED'

red 216 ◦ green 229 ◦ blue 237

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

Shades of Pattens Blue #D8E5ED

Tints of Pattens Blue #D8E5ED

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.58%

 BLUE value IS 237 (92.97% from 255) = 34.75%

R = 31.67%
G = 33.58%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D8E5ED (or 0xD8E5ED) is known color: Pattens Blue. HEX triplet: D8, E5 and ED. RGB value is (216,229,237). Sum of RGB (Red+Green+Blue) = 216+229+237=682 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.67% from 682); Green value is 229 (89.84% from 255 or 33.58% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8E5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E5ED is #271A12. Grayscale: #E1E1E1. Windows color (decimal): -2562579 or 15590872. OLE color: 15590872.

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

Color convert

RGB 216 229 237 -
CMYK 0.09 0.03 0 0.07
HSL 202.86º 0.37% 0.89% -
HSV(B) 202.86º 0.09% 0.93% -
XYZ 71.62 76.75 91.16 -
YUV 226.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 216 229 237 0.09 0.03 0 0.07 202.86 0.37 0.89
Hex D8 E5 ED 9 3 0 7 CB 25 59
Octal 330 345 355 11 3 0 7 313 45 131
Binary 11011000 11100101 11101101 1001 11 0 111 11001011 100101 1011001

Color Harmonies of #D8E5ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E5ED

Black with #D8E5ED

Text Example


Text Example

White with #D8E5ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E5ED; }

 p { color: rgb(216,229,237); }

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

background-color css

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

 a { background-color: rgb(216,229,237); }

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

border-color css

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

 span { border-color: rgb(216,229,237); }

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