Html Css Color HEX #DFE6E8 Pattens Blue

📋 copy color: '#DFE6E8'

red 223 ◦ green 230 ◦ blue 232

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

Shades of Pattens Blue #DFE6E8

Tints of Pattens Blue #DFE6E8

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.58%

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

R = 32.55%
G = 33.58%
B = 33.87%

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

#DFE6E8 (or 0xDFE6E8) is known color: Pattens Blue. HEX triplet: DF, E6 and E8. RGB value is (223,230,232). Sum of RGB (Red+Green+Blue) = 223+230+232=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 230 (90.23% from 255 or 33.58% from 685); Blue value is 232 (91.02% from 255 or 33.87% from 685); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFE6E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6E8 is #201917. Grayscale: #E4E4E4. Windows color (decimal): -2103576 or 15263455. OLE color: 15263455.

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

Color convert

RGB 223 230 232 -
CMYK 0.04 0.01 0 0.09
HSL 193.33º 0.16% 0.89% -
HSV(B) 193.33º 0.04% 0.91% -
XYZ 73.29 78.11 87.56 -
YUV 228.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 223 230 232 0.04 0.01 0 0.09 193.33 0.16 0.89
Hex DF E6 E8 4 1 0 9 C1 10 59
Octal 337 346 350 4 1 0 11 301 20 131
Binary 11011111 11100110 11101000 100 1 0 1001 11000001 10000 1011001

Color Harmonies of #DFE6E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE6E8

Black with #DFE6E8

Text Example


Text Example

White with #DFE6E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE6E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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