Html Css Color HEX #D8E0E5 Pattens Blue

📋 copy color: '#D8E0E5'

red 216 ◦ green 224 ◦ blue 229

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

Shades of Pattens Blue #D8E0E5

Tints of Pattens Blue #D8E0E5

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.48%

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 32.29%
G = 33.48%
B = 34.23%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D8E0E5 (or 0xD8E0E5) is known color: Pattens Blue. HEX triplet: D8, E0 and E5. RGB value is (216,224,229). Sum of RGB (Red+Green+Blue) = 216+224+229=669 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.29% from 669); Green value is 224 (87.89% from 255 or 33.48% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 229 - color contains mainly: blue. Hex color #D8E0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0E5 is #271F1A. Grayscale: #DEDEDE. Windows color (decimal): -2563867 or 15065304. OLE color: 15065304.

HSL color Cylindrical-coordinate representation of color #D8E0E5: hue angle of 203.08º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D8E0E5 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 224 229 -
CMYK 0.06 0.02 0 0.10
HSL 203.08º 0.2% 0.87% -
HSV(B) 203.08º 0.06% 0.9% -
XYZ 69.12 73.57 84.69 -
YUV 222.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 216 224 229 0.06 0.02 0 0.10 203.08 0.2 0.87
Hex D8 E0 E5 6 2 0 A CB 14 57
Octal 330 340 345 6 2 0 12 313 24 127
Binary 11011000 11100000 11100101 110 10 0 1010 11001011 10100 1010111

Color Harmonies of #D8E0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E0E5

Black with #D8E0E5

Text Example


Text Example

White with #D8E0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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