Html Css Color HEX #D8E6ED Pattens Blue

📋 copy color: '#D8E6ED'

red 216 ◦ green 230 ◦ blue 237

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

Shades of Pattens Blue #D8E6ED

Tints of Pattens Blue #D8E6ED

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.67%

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

R = 31.63%
G = 33.67%
B = 34.7%

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

#D8E6ED (or 0xD8E6ED) is known color: Pattens Blue. HEX triplet: D8, E6 and ED. RGB value is (216,230,237). Sum of RGB (Red+Green+Blue) = 216+230+237=683 (90% of max value = 765). Red value is 216 (84.77% from 255 or 31.63% from 683); Green value is 230 (90.23% from 255 or 33.67% from 683); Blue value is 237 (92.97% from 255 or 34.70% from 683); Max value from RGB is 237 - color contains mainly: blue. Hex color #D8E6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8E6ED is #271912. Grayscale: #E2E2E2. Windows color (decimal): -2562323 or 15591128. OLE color: 15591128.

HSL color Cylindrical-coordinate representation of color #D8E6ED: hue angle of 200º 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 #D8E6ED is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 230 237 -
CMYK 0.09 0.03 0 0.07
HSL 200º 0.37% 0.89% -
HSV(B) 200º 0.09% 0.93% -
XYZ 71.9 77.31 91.25 -
YUV 226.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 216 230 237 0.09 0.03 0 0.07 200 0.37 0.89
Hex D8 E6 ED 9 3 0 7 C8 25 59
Octal 330 346 355 11 3 0 7 310 45 131
Binary 11011000 11100110 11101101 1001 11 0 111 11001000 100101 1011001

Color Harmonies of #D8E6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E6ED

Black with #D8E6ED

Text Example


Text Example

White with #D8E6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E6ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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