Html Css Color HEX #DDB2CB Twilight

📋 copy color: '#DDB2CB'

red 221 ◦ green 178 ◦ blue 203

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

Shades of Twilight #DDB2CB

Tints of Twilight #DDB2CB

RGB

 RED value IS 221 (86.72% from 255) = 36.71%

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

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

R = 36.71%
G = 29.57%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDB2CB (or 0xDDB2CB) is known color: Twilight. HEX triplet: DD, B2 and CB. RGB value is (221,178,203). Sum of RGB (Red+Green+Blue) = 221+178+203=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2CB is #224D34. Grayscale: #C1C1C1. Windows color (decimal): -2247989 or 13349597. OLE color: 13349597.

HSL color Cylindrical-coordinate representation of color #DDB2CB: hue angle of 325.12º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2CB is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 203 -
CMYK 0 0.19 0.08 0.13
HSL 325.12º 0.39% 0.78% -
HSV(B) 325.12º 0.19% 0.87% -
XYZ 56.52 51.52 63.47 -
YUV 193.71 133.25 147.47 -
System Red Green Blue C M Y K H S L
Decimal 221 178 203 0 0.19 0.08 0.13 325.12 0.39 0.78
Hex DD B2 CB 0 13 8 D 145 27 4E
Octal 335 262 313 0 23 10 15 505 47 116
Binary 11011101 10110010 11001011 0 10011 1000 1101 101000101 100111 1001110

Color Harmonies of #DDB2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2CB

Black with #DDB2CB

Text Example


Text Example

White with #DDB2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2CB; }

 p { color: rgb(221,178,203); }

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

background-color css

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

 a { background-color: rgb(221,178,203); }

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

border-color css

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

 span { border-color: rgb(221,178,203); }

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