Html Css Color HEX #DFCBE3 Snuff

📋 copy color: '#DFCBE3'

red 223 ◦ green 203 ◦ blue 227

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

Shades of Snuff #DFCBE3

Tints of Snuff #DFCBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.76%

R = 34.15%
G = 31.09%
B = 34.76%

CMYK

 C value IS 0.02

 M value IS 0.11

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DFCBE3 (or 0xDFCBE3) is known color: Snuff. HEX triplet: DF, CB and E3. RGB value is (223,203,227). Sum of RGB (Red+Green+Blue) = 223+203+227=653 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.15% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 227 (89.06% from 255 or 34.76% from 653); Max value from RGB is 227 - color contains mainly: blue. Hex color #DFCBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE3 is #20341C. Grayscale: #D3D3D3. Windows color (decimal): -2110493 or 14928863. OLE color: 14928863.

HSL color Cylindrical-coordinate representation of color #DFCBE3: hue angle of 290º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCBE3 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 203 227 -
CMYK 0.02 0.11 0 0.11
HSL 290º 0.3% 0.84% -
HSV(B) 290º 0.11% 0.89% -
XYZ 65.65 63.95 81.56 -
YUV 211.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 223 203 227 0.02 0.11 0 0.11 290 0.3 0.84
Hex DF CB E3 2 B 0 B 122 1E 54
Octal 337 313 343 2 13 0 13 442 36 124
Binary 11011111 11001011 11100011 10 1011 0 1011 100100010 11110 1010100

Color Harmonies of #DFCBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBE3

Black with #DFCBE3

Text Example


Text Example

White with #DFCBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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