Html Css Color HEX #DFE5E8 Pattens Blue

📋 copy color: '#DFE5E8'

red 223 ◦ green 229 ◦ blue 232

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

Shades of Pattens Blue #DFE5E8

Tints of Pattens Blue #DFE5E8

RGB

 RED value IS 223 (87.5% from 255) = 32.6%

 GREEN value IS 229 (89.84% from 255) = 33.48%

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

R = 32.6%
G = 33.48%
B = 33.92%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DFE5E8 (or 0xDFE5E8) is known color: Pattens Blue. HEX triplet: DF, E5 and E8. RGB value is (223,229,232). Sum of RGB (Red+Green+Blue) = 223+229+232=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 232 (91.02% from 255 or 33.92% from 684); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFE5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5E8 is #201A17. Grayscale: #E3E3E3. Windows color (decimal): -2103832 or 15263199. OLE color: 15263199.

HSL color Cylindrical-coordinate representation of color #DFE5E8: hue angle of 200º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE5E8 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 229 232 -
CMYK 0.04 0.01 0 0.09
HSL 200º 0.16% 0.89% -
HSV(B) 200º 0.04% 0.91% -
XYZ 73.02 77.55 87.46 -
YUV 227.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 223 229 232 0.04 0.01 0 0.09 200 0.16 0.89
Hex DF E5 E8 4 1 0 9 C8 10 59
Octal 337 345 350 4 1 0 11 310 20 131
Binary 11011111 11100101 11101000 100 1 0 1001 11001000 10000 1011001

Color Harmonies of #DFE5E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE5E8

Black with #DFE5E8

Text Example


Text Example

White with #DFE5E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE5E8; }

 p { color: rgb(223,229,232); }

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

background-color css

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

 a { background-color: rgb(223,229,232); }

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

border-color css

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

 span { border-color: rgb(223,229,232); }

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