Html Css Color HEX #CAB0DD Perfume

📋 copy color: '#CAB0DD'

red 202 ◦ green 176 ◦ blue 221

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

Shades of Perfume #CAB0DD

Tints of Perfume #CAB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 29.38%

 BLUE value IS 221 (86.72% from 255) = 36.89%

R = 33.72%
G = 29.38%
B = 36.89%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAB0DD (or 0xCAB0DD) is known color: Perfume. HEX triplet: CA, B0 and DD. RGB value is (202,176,221). Sum of RGB (Red+Green+Blue) = 202+176+221=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 221 (86.72% from 255 or 36.89% from 599); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB0DD is #354F22. Grayscale: #BCBCBC. Windows color (decimal): -3493667 or 14528714. OLE color: 14528714.

HSL color Cylindrical-coordinate representation of color #CAB0DD: hue angle of 274.67º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAB0DD is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 176 221 -
CMYK 0.09 0.20 0 0.13
HSL 274.67º 0.4% 0.78% -
HSV(B) 274.67º 0.2% 0.87% -
XYZ 52.93 48.83 75.04 -
YUV 188.9 146.11 137.34 -
System Red Green Blue C M Y K H S L
Decimal 202 176 221 0.09 0.20 0 0.13 274.67 0.4 0.78
Hex CA B0 DD 9 14 0 D 113 28 4E
Octal 312 260 335 11 24 0 15 423 50 116
Binary 11001010 10110000 11011101 1001 10100 0 1101 100010011 101000 1001110

Color Harmonies of #CAB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB0DD

Black with #CAB0DD

Text Example


Text Example

White with #CAB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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