#D5CACF

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

Shades of Twilight #D5CACF

Tints of Twilight #D5CACF

Color information

#D5CACF (or 0xD5CACF) is unknown color: approx Twilight. HEX triplet: D5, CA and CF. RGB value is (213,202,207). Sum of RGB (Red+Green+Blue) = 213+202+207=622 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.24% from 622); Green value is 202 (79.30% from 255 or 32.48% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CACF is #2A3530. Grayscale: #CDCDCD. Windows color (decimal): -2766129 or 13617877. OLE color: 13617877.

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

Color convert

RGB213202207-
CMYK00.050.030.16
HSL332.73º11.58%81.37%-
HSV(B)332.73º5.16%83.53%-
XYZ59.8260.8967.63-
YUV205.86128.64133.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.24%
GREEN value IS 202 (79.30% from 255) = 32.48%
BLUE value IS 207 (81.25% from 255) = 33.28%
R=34.24%
G=32.48%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320220700.050.030.16332.7311.5881.37
HexD5CACF0531014dc51
Octal3253123170532051514121
Binary1101010111001010110011110101111000010100110111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CACF; }

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

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

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

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

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

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

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

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