#D7CAD0

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

Shades of Twilight #D7CAD0

Tints of Twilight #D7CAD0

Color information

#D7CAD0 (or 0xD7CAD0) is unknown color: approx Twilight. HEX triplet: D7, CA and D0. RGB value is (215,202,208). Sum of RGB (Red+Green+Blue) = 215+202+208=625 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.4% from 625); Green value is 202 (79.30% from 255 or 32.32% from 625); Blue value is 208 (81.64% from 255 or 33.28% from 625); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7CAD0 is #28352F. Grayscale: #CECECE. Windows color (decimal): -2635056 or 13683415. OLE color: 13683415.

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

Color convert

RGB215202208-
CMYK00.060.030.16
HSL332.31º13.98%81.76%-
HSV(B)332.31º6.05%84.31%-
XYZ60.5361.2468.31-
YUV206.57128.81134.01-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.4%
GREEN value IS 202 (79.30% from 255) = 32.32%
BLUE value IS 208 (81.64% from 255) = 33.28%
R=34.4%
G=32.32%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21520220800.060.030.16332.3113.9881.76
HexD7CAD00631014ce52
Octal3273123200632051416122
Binary1101011111001010110100000110111000010100110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7CAD0; }

 p { color: rgb(215,202,208); }

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

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

 a { background-color: rgb(215,202,208); }

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

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

 span { border-color: rgb(215,202,208); }

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