Html Css Color HEX #D4BCCA Twilight

📋 copy color: '#D4BCCA'

red 212 ◦ green 188 ◦ blue 202

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

Shades of Twilight #D4BCCA

Tints of Twilight #D4BCCA

RGB

 RED value IS 212 (83.2% from 255) = 35.22%

 GREEN value IS 188 (73.83% from 255) = 31.23%

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

R = 35.22%
G = 31.23%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4BCCA (or 0xD4BCCA) is known color: Twilight. HEX triplet: D4, BC and CA. RGB value is (212,188,202). Sum of RGB (Red+Green+Blue) = 212+188+202=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BCCA is #2B4335. Grayscale: #C4C4C4. Windows color (decimal): -2835254 or 13286612. OLE color: 13286612.

HSL color Cylindrical-coordinate representation of color #D4BCCA: hue angle of 325º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4BCCA is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 188 202 -
CMYK 0 0.11 0.05 0.17
HSL 325º 0.22% 0.78% -
HSV(B) 325º 0.11% 0.83% -
XYZ 55.8 54.23 63.4 -
YUV 196.77 130.95 138.86 -
System Red Green Blue C M Y K H S L
Decimal 212 188 202 0 0.11 0.05 0.17 325 0.22 0.78
Hex D4 BC CA 0 B 5 11 145 16 4E
Octal 324 274 312 0 13 5 21 505 26 116
Binary 11010100 10111100 11001010 0 1011 101 10001 101000101 10110 1001110

Color Harmonies of #D4BCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BCCA

Black with #D4BCCA

Text Example


Text Example

White with #D4BCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BCCA; }

 p { color: rgb(212,188,202); }

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

background-color css

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

 a { background-color: rgb(212,188,202); }

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

border-color css

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

 span { border-color: rgb(212,188,202); }

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