Html Css Color HEX #DCB5CC Twilight

📋 copy color: '#DCB5CC'

red 220 ◦ green 181 ◦ blue 204

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

Shades of Twilight #DCB5CC

Tints of Twilight #DCB5CC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.92%

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

R = 36.36%
G = 29.92%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCB5CC (or 0xDCB5CC) is known color: Twilight. HEX triplet: DC, B5 and CC. RGB value is (220,181,204). Sum of RGB (Red+Green+Blue) = 220+181+204=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5CC is #234A33. Grayscale: #C3C3C3. Windows color (decimal): -2312756 or 13415900. OLE color: 13415900.

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

Color convert

RGB 220 181 204 -
CMYK 0 0.18 0.07 0.14
HSL 324.62º 0.36% 0.79% -
HSV(B) 324.62º 0.18% 0.86% -
XYZ 56.94 52.62 64.28 -
YUV 195.28 132.92 145.63 -
System Red Green Blue C M Y K H S L
Decimal 220 181 204 0 0.18 0.07 0.14 324.62 0.36 0.79
Hex DC B5 CC 0 12 7 E 145 24 4F
Octal 334 265 314 0 22 7 16 505 44 117
Binary 11011100 10110101 11001100 0 10010 111 1110 101000101 100100 1001111

Color Harmonies of #DCB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB5CC

Black with #DCB5CC

Text Example


Text Example

White with #DCB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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