Html Css Color HEX #DDB9CA Twilight

📋 copy color: '#DDB9CA'

red 221 ◦ green 185 ◦ blue 202

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

Shades of Twilight #DDB9CA

Tints of Twilight #DDB9CA

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.43%

 BLUE value IS 202 (79.3% from 255) = 33.22%

R = 36.35%
G = 30.43%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDB9CA (or 0xDDB9CA) is known color: Twilight. HEX triplet: DD, B9 and CA. RGB value is (221,185,202). Sum of RGB (Red+Green+Blue) = 221+185+202=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 185 (72.66% from 255 or 30.43% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CA is #224635. Grayscale: #C5C5C5. Windows color (decimal): -2246198 or 13285853. OLE color: 13285853.

HSL color Cylindrical-coordinate representation of color #DDB9CA: hue angle of 331.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDB9CA is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 185 202 -
CMYK 0 0.16 0.09 0.13
HSL 331.67º 0.35% 0.8% -
HSV(B) 331.67º 0.16% 0.87% -
XYZ 57.83 54.33 63.32 -
YUV 197.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 221 185 202 0 0.16 0.09 0.13 331.67 0.35 0.8
Hex DD B9 CA 0 10 9 D 14C 23 50
Octal 335 271 312 0 20 11 15 514 43 120
Binary 11011101 10111001 11001010 0 10000 1001 1101 101001100 100011 1010000

Color Harmonies of #DDB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB9CA

Black with #DDB9CA

Text Example


Text Example

White with #DDB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB9CA; }

 p { color: rgb(221,185,202); }

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

background-color css

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

 a { background-color: rgb(221,185,202); }

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

border-color css

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

 span { border-color: rgb(221,185,202); }

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