Html Css Color HEX #DCC4D2 Twilight

📋 copy color: '#DCC4D2'

red 220 ◦ green 196 ◦ blue 210

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

Shades of Twilight #DCC4D2

Tints of Twilight #DCC4D2

RGB

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

 GREEN value IS 196 (76.95% from 255) = 31.31%

 BLUE value IS 210 (82.42% from 255) = 33.55%

R = 35.14%
G = 31.31%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DCC4D2 (or 0xDCC4D2) is known color: Twilight. HEX triplet: DC, C4 and D2. RGB value is (220,196,210). Sum of RGB (Red+Green+Blue) = 220+196+210=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC4D2 is #233B2D. Grayscale: #CCCCCC. Windows color (decimal): -2308910 or 13812956. OLE color: 13812956.

HSL color Cylindrical-coordinate representation of color #DCC4D2: hue angle of 325º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC4D2 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 210 -
CMYK 0 0.11 0.05 0.14
HSL 325º 0.26% 0.82% -
HSV(B) 325º 0.11% 0.86% -
XYZ 60.89 59.35 69.22 -
YUV 204.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 220 196 210 0 0.11 0.05 0.14 325 0.26 0.82
Hex DC C4 D2 0 B 5 E 145 1A 52
Octal 334 304 322 0 13 5 16 505 32 122
Binary 11011100 11000100 11010010 0 1011 101 1110 101000101 11010 1010010

Color Harmonies of #DCC4D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC4D2

Black with #DCC4D2

Text Example


Text Example

White with #DCC4D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC4D2; }

 p { color: rgb(220,196,210); }

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

background-color css

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

 a { background-color: rgb(220,196,210); }

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

border-color css

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

 span { border-color: rgb(220,196,210); }

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