Html Css Color HEX #D9CEDB Snuff

📋 copy color: '#D9CEDB'

red 217 ◦ green 206 ◦ blue 219

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

Shades of Snuff #D9CEDB

Tints of Snuff #D9CEDB

RGB

 RED value IS 217 (85.16% from 255) = 33.8%

 GREEN value IS 206 (80.86% from 255) = 32.09%

 BLUE value IS 219 (85.94% from 255) = 34.11%

R = 33.8%
G = 32.09%
B = 34.11%

CMYK

 C value IS 0.01

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9CEDB (or 0xD9CEDB) is known color: Snuff. HEX triplet: D9, CE and DB. RGB value is (217,206,219). Sum of RGB (Red+Green+Blue) = 217+206+219=642 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.80% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 219 (85.94% from 255 or 34.11% from 642); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDB is #263124. Grayscale: #D2D2D2. Windows color (decimal): -2502949 or 14405337. OLE color: 14405337.

HSL color Cylindrical-coordinate representation of color #D9CEDB: hue angle of 290.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 206 219 -
CMYK 0.01 0.06 0 0.14
HSL 290.77º 0.15% 0.83% -
HSV(B) 290.77º 0.06% 0.86% -
XYZ 63.47 64.01 76.03 -
YUV 210.77 132.64 132.44 -
System Red Green Blue C M Y K H S L
Decimal 217 206 219 0.01 0.06 0 0.14 290.77 0.15 0.83
Hex D9 CE DB 1 6 0 E 123 F 53
Octal 331 316 333 1 6 0 16 443 17 123
Binary 11011001 11001110 11011011 1 110 0 1110 100100011 1111 1010011

Color Harmonies of #D9CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CEDB

Black with #D9CEDB

Text Example


Text Example

White with #D9CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CEDB; }

 p { color: rgb(217,206,219); }

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

background-color css

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

 a { background-color: rgb(217,206,219); }

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

border-color css

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

 span { border-color: rgb(217,206,219); }

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