Html Css Color HEX #D8E1EA Pattens Blue

📋 copy color: '#D8E1EA'

red 216 ◦ green 225 ◦ blue 234

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

Shades of Pattens Blue #D8E1EA

Tints of Pattens Blue #D8E1EA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.33%

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

R = 32%
G = 33.33%
B = 34.67%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D8E1EA (or 0xD8E1EA) is known color: Pattens Blue. HEX triplet: D8, E1 and EA. RGB value is (216,225,234). Sum of RGB (Red+Green+Blue) = 216+225+234=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 225 (88.28% from 255 or 33.33% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 234 - color contains mainly: blue. Hex color #D8E1EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E1EA is #271E15. Grayscale: #DFDFDF. Windows color (decimal): -2563606 or 15393240. OLE color: 15393240.

HSL color Cylindrical-coordinate representation of color #D8E1EA: hue angle of 210º 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 #D8E1EA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 225 234 -
CMYK 0.08 0.04 0 0.08
HSL 210º 0.3% 0.88% -
HSV(B) 210º 0.08% 0.92% -
XYZ 70.1 74.39 88.51 -
YUV 223.34 134.02 122.77 -
System Red Green Blue C M Y K H S L
Decimal 216 225 234 0.08 0.04 0 0.08 210 0.3 0.88
Hex D8 E1 EA 8 4 0 8 D2 1E 58
Octal 330 341 352 10 4 0 10 322 36 130
Binary 11011000 11100001 11101010 1000 100 0 1000 11010010 11110 1011000

Color Harmonies of #D8E1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E1EA

Black with #D8E1EA

Text Example


Text Example

White with #D8E1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E1EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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