Html Css Color HEX #CAB6DD Perfume

📋 copy color: '#CAB6DD'

red 202 ◦ green 182 ◦ blue 221

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

Shades of Perfume #CAB6DD

Tints of Perfume #CAB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.08%

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

R = 33.39%
G = 30.08%
B = 36.53%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CAB6DD (or 0xCAB6DD) is known color: Perfume. HEX triplet: CA, B6 and DD. RGB value is (202,182,221). Sum of RGB (Red+Green+Blue) = 202+182+221=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 182 (71.48% from 255 or 30.08% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAB6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB6DD is #354922. Grayscale: #C0C0C0. Windows color (decimal): -3492131 or 14530250. OLE color: 14530250.

HSL color Cylindrical-coordinate representation of color #CAB6DD: hue angle of 270.77º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAB6DD is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 182 221 -
CMYK 0.09 0.18 0 0.13
HSL 270.77º 0.36% 0.79% -
HSV(B) 270.77º 0.18% 0.87% -
XYZ 54.14 51.23 75.44 -
YUV 192.43 144.13 134.83 -
System Red Green Blue C M Y K H S L
Decimal 202 182 221 0.09 0.18 0 0.13 270.77 0.36 0.79
Hex CA B6 DD 9 12 0 D 10F 24 4F
Octal 312 266 335 11 22 0 15 417 44 117
Binary 11001010 10110110 11011101 1001 10010 0 1101 100001111 100100 1001111

Color Harmonies of #CAB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6DD

Black with #CAB6DD

Text Example


Text Example

White with #CAB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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