Html Css Color HEX #DDBBCD Twilight

📋 copy color: '#DDBBCD'

red 221 ◦ green 187 ◦ blue 205

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

Shades of Twilight #DDBBCD

Tints of Twilight #DDBBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.51%

 BLUE value IS 205 (80.47% from 255) = 33.44%

R = 36.05%
G = 30.51%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDBBCD (or 0xDDBBCD) is known color: Twilight. HEX triplet: DD, BB and CD. RGB value is (221,187,205). Sum of RGB (Red+Green+Blue) = 221+187+205=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 187 (73.44% from 255 or 30.51% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBBCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBCD is #224432. Grayscale: #C7C7C7. Windows color (decimal): -2245683 or 13482973. OLE color: 13482973.

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

Color convert

RGB 221 187 205 -
CMYK 0 0.15 0.07 0.13
HSL 328.24º 0.33% 0.8% -
HSV(B) 328.24º 0.15% 0.87% -
XYZ 58.61 55.32 65.35 -
YUV 199.22 131.26 143.54 -
System Red Green Blue C M Y K H S L
Decimal 221 187 205 0 0.15 0.07 0.13 328.24 0.33 0.8
Hex DD BB CD 0 F 7 D 148 21 50
Octal 335 273 315 0 17 7 15 510 41 120
Binary 11011101 10111011 11001101 0 1111 111 1101 101001000 100001 1010000

Color Harmonies of #DDBBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBBCD

Black with #DDBBCD

Text Example


Text Example

White with #DDBBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBBCD; }

 p { color: rgb(221,187,205); }

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

background-color css

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

 a { background-color: rgb(221,187,205); }

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

border-color css

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

 span { border-color: rgb(221,187,205); }

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