Html Css Color HEX #D4BBCA Twilight

📋 copy color: '#D4BBCA'

red 212 ◦ green 187 ◦ blue 202

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

Shades of Twilight #D4BBCA

Tints of Twilight #D4BBCA

RGB

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

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

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

R = 35.27%
G = 31.11%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D4BBCA (or 0xD4BBCA) is known color: Twilight. HEX triplet: D4, BB and CA. RGB value is (212,187,202). Sum of RGB (Red+Green+Blue) = 212+187+202=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBCA is #2B4435. Grayscale: #C4C4C4. Windows color (decimal): -2835510 or 13286356. OLE color: 13286356.

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

Color convert

RGB 212 187 202 -
CMYK 0 0.12 0.05 0.17
HSL 324º 0.23% 0.78% -
HSV(B) 324º 0.12% 0.83% -
XYZ 55.58 53.8 63.33 -
YUV 196.19 131.28 139.28 -
System Red Green Blue C M Y K H S L
Decimal 212 187 202 0 0.12 0.05 0.17 324 0.23 0.78
Hex D4 BB CA 0 C 5 11 144 17 4E
Octal 324 273 312 0 14 5 21 504 27 116
Binary 11010100 10111011 11001010 0 1100 101 10001 101000100 10111 1001110

Color Harmonies of #D4BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4BBCA

Black with #D4BBCA

Text Example


Text Example

White with #D4BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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