Html Css Color HEX #DCB2CC Twilight

📋 copy color: '#DCB2CC'

red 220 ◦ green 178 ◦ blue 204

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

Shades of Twilight #DCB2CC

Tints of Twilight #DCB2CC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.57%

 BLUE value IS 204 (80.08% from 255) = 33.89%

R = 36.54%
G = 29.57%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCB2CC (or 0xDCB2CC) is known color: Twilight. HEX triplet: DC, B2 and CC. RGB value is (220,178,204). Sum of RGB (Red+Green+Blue) = 220+178+204=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2CC is #234D33. Grayscale: #C1C1C1. Windows color (decimal): -2313524 or 13415132. OLE color: 13415132.

HSL color Cylindrical-coordinate representation of color #DCB2CC: hue angle of 322.86º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DCB2CC is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 178 204 -
CMYK 0 0.19 0.07 0.14
HSL 322.86º 0.38% 0.78% -
HSV(B) 322.86º 0.19% 0.86% -
XYZ 56.33 51.42 64.08 -
YUV 193.52 133.91 146.89 -
System Red Green Blue C M Y K H S L
Decimal 220 178 204 0 0.19 0.07 0.14 322.86 0.38 0.78
Hex DC B2 CC 0 13 7 E 143 26 4E
Octal 334 262 314 0 23 7 16 503 46 116
Binary 11011100 10110010 11001100 0 10011 111 1110 101000011 100110 1001110

Color Harmonies of #DCB2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB2CC

Black with #DCB2CC

Text Example


Text Example

White with #DCB2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB2CC; }

 p { color: rgb(220,178,204); }

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

background-color css

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

 a { background-color: rgb(220,178,204); }

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

border-color css

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

 span { border-color: rgb(220,178,204); }

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