Html Css Color HEX #DFCFE2 Snuff

📋 copy color: '#DFCFE2'

red 223 ◦ green 207 ◦ blue 226

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

Shades of Snuff #DFCFE2

Tints of Snuff #DFCFE2

RGB

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

 GREEN value IS 207 (81.25% from 255) = 31.55%

 BLUE value IS 226 (88.67% from 255) = 34.45%

R = 33.99%
G = 31.55%
B = 34.45%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCFE2 (or 0xDFCFE2) is known color: Snuff. HEX triplet: DF, CF and E2. RGB value is (223,207,226). Sum of RGB (Red+Green+Blue) = 223+207+226=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 207 (81.25% from 255 or 31.55% from 656); Blue value is 226 (88.67% from 255 or 34.45% from 656); Max value from RGB is 226 - color contains mainly: blue. Hex color #DFCFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCFE2 is #20301D. Grayscale: #D5D5D5. Windows color (decimal): -2109470 or 14864351. OLE color: 14864351.

HSL color Cylindrical-coordinate representation of color #DFCFE2: hue angle of 290.53º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFCFE2 is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 207 226 -
CMYK 0.01 0.08 0 0.11
HSL 290.53º 0.25% 0.85% -
HSV(B) 290.53º 0.08% 0.89% -
XYZ 66.47 65.8 81.15 -
YUV 213.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 223 207 226 0.01 0.08 0 0.11 290.53 0.25 0.85
Hex DF CF E2 1 8 0 B 123 19 55
Octal 337 317 342 1 10 0 13 443 31 125
Binary 11011111 11001111 11100010 1 1000 0 1011 100100011 11001 1010101

Color Harmonies of #DFCFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCFE2

Black with #DFCFE2

Text Example


Text Example

White with #DFCFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCFE2; }

 p { color: rgb(223,207,226); }

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

background-color css

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

 a { background-color: rgb(223,207,226); }

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

border-color css

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

 span { border-color: rgb(223,207,226); }

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