Html Css Color HEX #DCC5D4 Twilight

📋 copy color: '#DCC5D4'

red 220 ◦ green 197 ◦ blue 212

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

Shades of Twilight #DCC5D4

Tints of Twilight #DCC5D4

RGB

 RED value IS 220 (86.33% from 255) = 34.98%

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

 BLUE value IS 212 (83.2% from 255) = 33.7%

R = 34.98%
G = 31.32%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DCC5D4 (or 0xDCC5D4) is known color: Twilight. HEX triplet: DC, C5 and D4. RGB value is (220,197,212). Sum of RGB (Red+Green+Blue) = 220+197+212=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 197 (77.34% from 255 or 31.32% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5D4 is #233A2B. Grayscale: #CDCDCD. Windows color (decimal): -2308652 or 13944284. OLE color: 13944284.

HSL color Cylindrical-coordinate representation of color #DCC5D4: hue angle of 320.87º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5D4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 212 -
CMYK 0 0.10 0.04 0.14
HSL 320.87º 0.25% 0.82% -
HSV(B) 320.87º 0.1% 0.86% -
XYZ 61.37 59.9 70.62 -
YUV 205.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 220 197 212 0 0.10 0.04 0.14 320.87 0.25 0.82
Hex DC C5 D4 0 A 4 E 141 19 52
Octal 334 305 324 0 12 4 16 501 31 122
Binary 11011100 11000101 11010100 0 1010 100 1110 101000001 11001 1010010

Color Harmonies of #DCC5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC5D4

Black with #DCC5D4

Text Example


Text Example

White with #DCC5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC5D4; }

 p { color: rgb(220,197,212); }

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

background-color css

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

 a { background-color: rgb(220,197,212); }

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

border-color css

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

 span { border-color: rgb(220,197,212); }

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