#D5CFC8

Color #D5CFC8 Swirl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Swirl #D5CFC8

Tints of Swirl #D5CFC8

Color information

#D5CFC8 (or 0xD5CFC8) is unknown color: approx Swirl. HEX triplet: D5, CF and C8. RGB value is (213,207,200). Sum of RGB (Red+Green+Blue) = 213+207+200=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 207 (81.25% from 255 or 33.39% from 620); Blue value is 200 (78.52% from 255 or 32.26% from 620); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CFC8 is #2A3037. Grayscale: #D0D0D0. Windows color (decimal): -2764856 or 13160405. OLE color: 13160405.

HSL color Cylindrical-coordinate representation of color #D5CFC8: hue angle of 32.31º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D5CFC8 is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB213207200-
CMYK00.030.060.16
HSL32.31º13.4%80.98%-
HSV(B)32.31º6.1%83.53%-
XYZ60.1862.9463.62-
YUV208123.49131.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 207 (81.25% from 255) = 33.39%
BLUE value IS 200 (78.52% from 255) = 32.26%
R=34.35%
G=33.39%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320720000.030.060.1632.3113.480.98
HexD5CFC80361020d51
Octal325317310036204015121
Binary1101010111001111110010000111101000010000011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CFC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CFC8; }

 p { color: rgb(213,207,200); }

 H1.HeaderClassName
 {
   color: #D5CFC8;
 }
 .AnyTagClassName
 {
   color: #D5CFC8;
 }
</style>
background-color css

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

 a { background-color: rgb(213,207,200); }

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

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

 span { border-color: rgb(213,207,200); }

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