Html Css Color HEX #D5E8EF Pattens Blue

📋 copy color: '#D5E8EF'

red 213 ◦ green 232 ◦ blue 239

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

Shades of Pattens Blue #D5E8EF

Tints of Pattens Blue #D5E8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 34.94%

R = 31.14%
G = 33.92%
B = 34.94%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D5E8EF (or 0xD5E8EF) is known color: Pattens Blue. HEX triplet: D5, E8 and EF. RGB value is (213,232,239). Sum of RGB (Red+Green+Blue) = 213+232+239=684 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.14% from 684); Green value is 232 (91.02% from 255 or 33.92% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5E8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5E8EF is #2A1710. Grayscale: #E3E3E3. Windows color (decimal): -2758417 or 15722709. OLE color: 15722709.

HSL color Cylindrical-coordinate representation of color #D5E8EF: hue angle of 196.15º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5E8EF is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 232 239 -
CMYK 0.11 0.03 0 0.06
HSL 196.15º 0.45% 0.89% -
HSV(B) 196.15º 0.11% 0.94% -
XYZ 71.88 78.09 92.95 -
YUV 227.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 213 232 239 0.11 0.03 0 0.06 196.15 0.45 0.89
Hex D5 E8 EF B 3 0 6 C4 2D 59
Octal 325 350 357 13 3 0 6 304 55 131
Binary 11010101 11101000 11101111 1011 11 0 110 11000100 101101 1011001

Color Harmonies of #D5E8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5E8EF

Black with #D5E8EF

Text Example


Text Example

White with #D5E8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5E8EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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