Html Css Color HEX #D8E4EA Pattens Blue

📋 copy color: '#D8E4EA'

red 216 ◦ green 228 ◦ blue 234

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

Shades of Pattens Blue #D8E4EA

Tints of Pattens Blue #D8E4EA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.63%

 BLUE value IS 234 (91.8% from 255) = 34.51%

R = 31.86%
G = 33.63%
B = 34.51%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8E4EA (or 0xD8E4EA) is known color: Pattens Blue. HEX triplet: D8, E4 and EA. RGB value is (216,228,234). Sum of RGB (Red+Green+Blue) = 216+228+234=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 228 (89.45% from 255 or 33.63% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E4EA is #271B15. Grayscale: #E1E1E1. Windows color (decimal): -2562838 or 15394008. OLE color: 15394008.

HSL color Cylindrical-coordinate representation of color #D8E4EA: hue angle of 200º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8E4EA is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 228 234 -
CMYK 0.08 0.03 0 0.08
HSL 200º 0.3% 0.88% -
HSV(B) 200º 0.08% 0.92% -
XYZ 70.91 76.03 88.78 -
YUV 225.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 216 228 234 0.08 0.03 0 0.08 200 0.3 0.88
Hex D8 E4 EA 8 3 0 8 C8 1E 58
Octal 330 344 352 10 3 0 10 310 36 130
Binary 11011000 11100100 11101010 1000 11 0 1000 11001000 11110 1011000

Color Harmonies of #D8E4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E4EA

Black with #D8E4EA

Text Example


Text Example

White with #D8E4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E4EA; }

 p { color: rgb(216,228,234); }

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

background-color css

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

 a { background-color: rgb(216,228,234); }

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

border-color css

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

 span { border-color: rgb(216,228,234); }

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