Html Css Color HEX #D9CFDB Snuff

📋 copy color: '#D9CFDB'

red 217 ◦ green 207 ◦ blue 219

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

Shades of Snuff #D9CFDB

Tints of Snuff #D9CFDB

RGB

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

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

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

R = 33.75%
G = 32.19%
B = 34.06%

CMYK

 C value IS 0.01

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D9CFDB (or 0xD9CFDB) is known color: Snuff. HEX triplet: D9, CF and DB. RGB value is (217,207,219). Sum of RGB (Red+Green+Blue) = 217+207+219=643 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.75% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFDB is #263024. Grayscale: #D3D3D3. Windows color (decimal): -2502693 or 14405593. OLE color: 14405593.

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

Color convert

RGB 217 207 219 -
CMYK 0.01 0.05 0 0.14
HSL 290º 0.14% 0.84% -
HSV(B) 290º 0.05% 0.86% -
XYZ 63.71 64.49 76.11 -
YUV 211.36 132.31 132.02 -
System Red Green Blue C M Y K H S L
Decimal 217 207 219 0.01 0.05 0 0.14 290 0.14 0.84
Hex D9 CF DB 1 5 0 E 122 E 54
Octal 331 317 333 1 5 0 16 442 16 124
Binary 11011001 11001111 11011011 1 101 0 1110 100100010 1110 1010100

Color Harmonies of #D9CFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CFDB

Black with #D9CFDB

Text Example


Text Example

White with #D9CFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CFDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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