Html Css Color HEX #D2C5CD Twilight

📋 copy color: '#D2C5CD'

red 210 ◦ green 197 ◦ blue 205

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

Shades of Twilight #D2C5CD

Tints of Twilight #D2C5CD

RGB

 RED value IS 210 (82.42% from 255) = 34.31%

 GREEN value IS 197 (77.34% from 255) = 32.19%

 BLUE value IS 205 (80.47% from 255) = 33.5%

R = 34.31%
G = 32.19%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D2C5CD (or 0xD2C5CD) is known color: Twilight. HEX triplet: D2, C5 and CD. RGB value is (210,197,205). Sum of RGB (Red+Green+Blue) = 210+197+205=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 197 (77.34% from 255 or 32.19% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C5CD is #2D3A32. Grayscale: #C9C9C9. Windows color (decimal): -2964019 or 13485522. OLE color: 13485522.

HSL color Cylindrical-coordinate representation of color #D2C5CD: hue angle of 323.08º degrees, saturation: 0.13, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D2C5CD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 197 205 -
CMYK 0 0.06 0.02 0.18
HSL 323.08º 0.13% 0.8% -
HSV(B) 323.08º 0.06% 0.82% -
XYZ 57.56 58.04 65.93 -
YUV 201.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 210 197 205 0 0.06 0.02 0.18 323.08 0.13 0.8
Hex D2 C5 CD 0 6 2 12 143 D 50
Octal 322 305 315 0 6 2 22 503 15 120
Binary 11010010 11000101 11001101 0 110 10 10010 101000011 1101 1010000

Color Harmonies of #D2C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C5CD

Black with #D2C5CD

Text Example


Text Example

White with #D2C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C5CD; }

 p { color: rgb(210,197,205); }

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

background-color css

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

 a { background-color: rgb(210,197,205); }

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

border-color css

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

 span { border-color: rgb(210,197,205); }

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