Html Css Color HEX #DDBECE Twilight

📋 copy color: '#DDBECE'

red 221 ◦ green 190 ◦ blue 206

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

Shades of Twilight #DDBECE

Tints of Twilight #DDBECE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.79%

 BLUE value IS 206 (80.86% from 255) = 33.39%

R = 35.82%
G = 30.79%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDBECE (or 0xDDBECE) is known color: Twilight. HEX triplet: DD, BE and CE. RGB value is (221,190,206). Sum of RGB (Red+Green+Blue) = 221+190+206=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBECE is #224131. Grayscale: #C9C9C9. Windows color (decimal): -2244914 or 13549277. OLE color: 13549277.

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

Color convert

RGB 221 190 206 -
CMYK 0 0.14 0.07 0.13
HSL 329.03º 0.31% 0.81% -
HSV(B) 329.03º 0.14% 0.87% -
XYZ 59.37 56.66 66.2 -
YUV 201.09 130.77 142.2 -
System Red Green Blue C M Y K H S L
Decimal 221 190 206 0 0.14 0.07 0.13 329.03 0.31 0.81
Hex DD BE CE 0 E 7 D 149 1F 51
Octal 335 276 316 0 16 7 15 511 37 121
Binary 11011101 10111110 11001110 0 1110 111 1101 101001001 11111 1010001

Color Harmonies of #DDBECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBECE

Black with #DDBECE

Text Example


Text Example

White with #DDBECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBECE; }

 p { color: rgb(221,190,206); }

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

background-color css

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

 a { background-color: rgb(221,190,206); }

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

border-color css

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

 span { border-color: rgb(221,190,206); }

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