Html Css Color HEX #DDCAD5 Twilight

📋 copy color: '#DDCAD5'

red 221 ◦ green 202 ◦ blue 213

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

Shades of Twilight #DDCAD5

Tints of Twilight #DDCAD5

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.76%

 BLUE value IS 213 (83.59% from 255) = 33.49%

R = 34.75%
G = 31.76%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDCAD5 (or 0xDDCAD5) is known color: Twilight. HEX triplet: DD, CA and D5. RGB value is (221,202,213). Sum of RGB (Red+Green+Blue) = 221+202+213=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 202 (79.30% from 255 or 31.76% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCAD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCAD5 is #22352A. Grayscale: #D0D0D0. Windows color (decimal): -2241835 or 14011101. OLE color: 14011101.

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

Color convert

RGB 221 202 213 -
CMYK 0 0.09 0.04 0.13
HSL 325.26º 0.22% 0.83% -
HSV(B) 325.26º 0.09% 0.87% -
XYZ 62.95 62.42 71.68 -
YUV 208.94 130.29 136.61 -
System Red Green Blue C M Y K H S L
Decimal 221 202 213 0 0.09 0.04 0.13 325.26 0.22 0.83
Hex DD CA D5 0 9 4 D 145 16 53
Octal 335 312 325 0 11 4 15 505 26 123
Binary 11011101 11001010 11010101 0 1001 100 1101 101000101 10110 1010011

Color Harmonies of #DDCAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCAD5

Black with #DDCAD5

Text Example


Text Example

White with #DDCAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCAD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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