Html Css Color HEX #DCAFCB Twilight

📋 copy color: '#DCAFCB'

red 220 ◦ green 175 ◦ blue 203

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

Shades of Twilight #DCAFCB

Tints of Twilight #DCAFCB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.26%

 BLUE value IS 203 (79.69% from 255) = 33.95%

R = 36.79%
G = 29.26%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DCAFCB (or 0xDCAFCB) is known color: Twilight. HEX triplet: DC, AF and CB. RGB value is (220,175,203). Sum of RGB (Red+Green+Blue) = 220+175+203=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCB is #235034. Grayscale: #BFBFBF. Windows color (decimal): -2314293 or 13348828. OLE color: 13348828.

HSL color Cylindrical-coordinate representation of color #DCAFCB: hue angle of 322.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFCB is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 175 203 -
CMYK 0 0.20 0.08 0.14
HSL 322.67º 0.39% 0.77% -
HSV(B) 322.67º 0.2% 0.86% -
XYZ 55.62 50.19 63.26 -
YUV 191.65 134.41 148.22 -
System Red Green Blue C M Y K H S L
Decimal 220 175 203 0 0.20 0.08 0.14 322.67 0.39 0.77
Hex DC AF CB 0 14 8 E 143 27 4D
Octal 334 257 313 0 24 10 16 503 47 115
Binary 11011100 10101111 11001011 0 10100 1000 1110 101000011 100111 1001101

Color Harmonies of #DCAFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCAFCB

Black with #DCAFCB

Text Example


Text Example

White with #DCAFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCAFCB; }

 p { color: rgb(220,175,203); }

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

background-color css

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

 a { background-color: rgb(220,175,203); }

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

border-color css

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

 span { border-color: rgb(220,175,203); }

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