Html Css Color HEX #D5E8EE Pattens Blue

📋 copy color: '#D5E8EE'

red 213 ◦ green 232 ◦ blue 238

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

Shades of Pattens Blue #D5E8EE

Tints of Pattens Blue #D5E8EE

RGB

 RED value IS 213 (83.59% from 255) = 31.19%

 GREEN value IS 232 (91.02% from 255) = 33.97%

 BLUE value IS 238 (93.36% from 255) = 34.85%

R = 31.19%
G = 33.97%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D5E8EE (or 0xD5E8EE) is known color: Pattens Blue. HEX triplet: D5, E8 and EE. RGB value is (213,232,238). Sum of RGB (Red+Green+Blue) = 213+232+238=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 232 (91.02% from 255 or 33.97% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5E8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E8EE is #2A1711. Grayscale: #E2E2E2. Windows color (decimal): -2758418 or 15657173. OLE color: 15657173.

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

Color convert

RGB 213 232 238 -
CMYK 0.11 0.03 0 0.07
HSL 194.4º 0.42% 0.88% -
HSV(B) 194.4º 0.11% 0.93% -
XYZ 71.73 78.03 92.17 -
YUV 227 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 213 232 238 0.11 0.03 0 0.07 194.4 0.42 0.88
Hex D5 E8 EE B 3 0 7 C2 2A 58
Octal 325 350 356 13 3 0 7 302 52 130
Binary 11010101 11101000 11101110 1011 11 0 111 11000010 101010 1011000

Color Harmonies of #D5E8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8EE

Black with #D5E8EE

Text Example


Text Example

White with #D5E8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8EE; }

 p { color: rgb(213,232,238); }

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

background-color css

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

 a { background-color: rgb(213,232,238); }

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

border-color css

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

 span { border-color: rgb(213,232,238); }

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