Html Css Color HEX #DFCBE0 Snuff

📋 copy color: '#DFCBE0'

red 223 ◦ green 203 ◦ blue 224

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

Shades of Snuff #DFCBE0

Tints of Snuff #DFCBE0

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.23%

 BLUE value IS 224 (87.89% from 255) = 34.46%

R = 34.31%
G = 31.23%
B = 34.46%

CMYK

 C value IS 0.00

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DFCBE0 (or 0xDFCBE0) is known color: Snuff. HEX triplet: DF, CB and E0. RGB value is (223,203,224). Sum of RGB (Red+Green+Blue) = 223+203+224=650 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.31% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 224 (87.89% from 255 or 34.46% from 650); Max value from RGB is 224 - color contains mainly: blue. Hex color #DFCBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE0 is #20341F. Grayscale: #D3D3D3. Windows color (decimal): -2110496 or 14732255. OLE color: 14732255.

HSL color Cylindrical-coordinate representation of color #DFCBE0: hue angle of 297.14º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DFCBE0 is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 203 224 -
CMYK 0.00 0.09 0 0.12
HSL 297.14º 0.25% 0.84% -
HSV(B) 297.14º 0.09% 0.88% -
XYZ 65.24 63.78 79.39 -
YUV 211.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 223 203 224 0.00 0.09 0 0.12 297.14 0.25 0.84
Hex DF CB E0 0 9 0 C 129 19 54
Octal 337 313 340 0 11 0 14 451 31 124
Binary 11011111 11001011 11100000 0 1001 0 1100 100101001 11001 1010100

Color Harmonies of #DFCBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBE0

Black with #DFCBE0

Text Example


Text Example

White with #DFCBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBE0; }

 p { color: rgb(223,203,224); }

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

background-color css

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

 a { background-color: rgb(223,203,224); }

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

border-color css

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

 span { border-color: rgb(223,203,224); }

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