Html Css Color HEX #D5BBCC Twilight

📋 copy color: '#D5BBCC'

red 213 ◦ green 187 ◦ blue 204

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

Shades of Twilight #D5BBCC

Tints of Twilight #D5BBCC

RGB

 RED value IS 213 (83.59% from 255) = 35.26%

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

 BLUE value IS 204 (80.08% from 255) = 33.77%

R = 35.26%
G = 30.96%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D5BBCC (or 0xD5BBCC) is known color: Twilight. HEX triplet: D5, BB and CC. RGB value is (213,187,204). Sum of RGB (Red+Green+Blue) = 213+187+204=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBCC is #2A4433. Grayscale: #C4C4C4. Windows color (decimal): -2769972 or 13417429. OLE color: 13417429.

HSL color Cylindrical-coordinate representation of color #D5BBCC: hue angle of 320.77º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBCC is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 187 204 -
CMYK 0 0.12 0.04 0.16
HSL 320.77º 0.24% 0.78% -
HSV(B) 320.77º 0.12% 0.84% -
XYZ 56.11 54.05 64.6 -
YUV 196.71 132.11 139.62 -
System Red Green Blue C M Y K H S L
Decimal 213 187 204 0 0.12 0.04 0.16 320.77 0.24 0.78
Hex D5 BB CC 0 C 4 10 141 18 4E
Octal 325 273 314 0 14 4 20 501 30 116
Binary 11010101 10111011 11001100 0 1100 100 10000 101000001 11000 1001110

Color Harmonies of #D5BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5BBCC

Black with #D5BBCC

Text Example


Text Example

White with #D5BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5BBCC; }

 p { color: rgb(213,187,204); }

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

background-color css

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

 a { background-color: rgb(213,187,204); }

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

border-color css

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

 span { border-color: rgb(213,187,204); }

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