Html Css Color HEX #D2BBCA Twilight

📋 copy color: '#D2BBCA'

red 210 ◦ green 187 ◦ blue 202

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

Shades of Twilight #D2BBCA

Tints of Twilight #D2BBCA

RGB

 RED value IS 210 (82.42% from 255) = 35.06%

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

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

R = 35.06%
G = 31.22%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D2BBCA (or 0xD2BBCA) is known color: Twilight. HEX triplet: D2, BB and CA. RGB value is (210,187,202). Sum of RGB (Red+Green+Blue) = 210+187+202=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBCA is #2D4435. Grayscale: #C3C3C3. Windows color (decimal): -2966582 or 13286354. OLE color: 13286354.

HSL color Cylindrical-coordinate representation of color #D2BBCA: hue angle of 320.87º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBCA is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 187 202 -
CMYK 0 0.11 0.04 0.18
HSL 320.87º 0.2% 0.78% -
HSV(B) 320.87º 0.11% 0.82% -
XYZ 55.01 53.51 63.31 -
YUV 195.59 131.62 138.28 -
System Red Green Blue C M Y K H S L
Decimal 210 187 202 0 0.11 0.04 0.18 320.87 0.2 0.78
Hex D2 BB CA 0 B 4 12 141 14 4E
Octal 322 273 312 0 13 4 22 501 24 116
Binary 11010010 10111011 11001010 0 1011 100 10010 101000001 10100 1001110

Color Harmonies of #D2BBCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BBCA

Black with #D2BBCA

Text Example


Text Example

White with #D2BBCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BBCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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