Html Css Color HEX #DDB1CA Twilight

📋 copy color: '#DDB1CA'

red 221 ◦ green 177 ◦ blue 202

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

Shades of Twilight #DDB1CA

Tints of Twilight #DDB1CA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 29.5%

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

R = 36.83%
G = 29.5%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDB1CA (or 0xDDB1CA) is known color: Twilight. HEX triplet: DD, B1 and CA. RGB value is (221,177,202). Sum of RGB (Red+Green+Blue) = 221+177+202=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 177 (69.53% from 255 or 29.5% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB1CA is #224E35. Grayscale: #C0C0C0. Windows color (decimal): -2248246 or 13283805. OLE color: 13283805.

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

Color convert

RGB 221 177 202 -
CMYK 0 0.20 0.09 0.13
HSL 325.91º 0.39% 0.78% -
HSV(B) 325.91º 0.2% 0.87% -
XYZ 56.2 51.08 62.77 -
YUV 193.01 133.08 147.97 -
System Red Green Blue C M Y K H S L
Decimal 221 177 202 0 0.20 0.09 0.13 325.91 0.39 0.78
Hex DD B1 CA 0 14 9 D 146 27 4E
Octal 335 261 312 0 24 11 15 506 47 116
Binary 11011101 10110001 11001010 0 10100 1001 1101 101000110 100111 1001110

Color Harmonies of #DDB1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB1CA

Black with #DDB1CA

Text Example


Text Example

White with #DDB1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB1CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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