Html Css Color HEX #DDB8CA Twilight

📋 copy color: '#DDB8CA'

red 221 ◦ green 184 ◦ blue 202

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

Shades of Twilight #DDB8CA

Tints of Twilight #DDB8CA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.31%

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

R = 36.41%
G = 30.31%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDB8CA (or 0xDDB8CA) is known color: Twilight. HEX triplet: DD, B8 and CA. RGB value is (221,184,202). Sum of RGB (Red+Green+Blue) = 221+184+202=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB8CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8CA is #224735. Grayscale: #C5C5C5. Windows color (decimal): -2246454 or 13285597. OLE color: 13285597.

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

Color convert

RGB 221 184 202 -
CMYK 0 0.17 0.09 0.13
HSL 330.81º 0.35% 0.79% -
HSV(B) 330.81º 0.17% 0.87% -
XYZ 57.62 53.92 63.25 -
YUV 197.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 221 184 202 0 0.17 0.09 0.13 330.81 0.35 0.79
Hex DD B8 CA 0 11 9 D 14B 23 4F
Octal 335 270 312 0 21 11 15 513 43 117
Binary 11011101 10111000 11001010 0 10001 1001 1101 101001011 100011 1001111

Color Harmonies of #DDB8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB8CA

Black with #DDB8CA

Text Example


Text Example

White with #DDB8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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