Html Css Color HEX #CAB5DC Perfume

📋 copy color: '#CAB5DC'

red 202 ◦ green 181 ◦ blue 220

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

Shades of Perfume #CAB5DC

Tints of Perfume #CAB5DC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.02%

 BLUE value IS 220 (86.33% from 255) = 36.48%

R = 33.5%
G = 30.02%
B = 36.48%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CAB5DC (or 0xCAB5DC) is known color: Perfume. HEX triplet: CA, B5 and DC. RGB value is (202,181,220). Sum of RGB (Red+Green+Blue) = 202+181+220=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAB5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAB5DC is #354A23. Grayscale: #BFBFBF. Windows color (decimal): -3492388 or 14464458. OLE color: 14464458.

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

Color convert

RGB 202 181 220 -
CMYK 0.08 0.18 0 0.14
HSL 272.31º 0.36% 0.79% -
HSV(B) 272.31º 0.18% 0.86% -
XYZ 53.8 50.77 74.67 -
YUV 191.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 202 181 220 0.08 0.18 0 0.14 272.31 0.36 0.79
Hex CA B5 DC 8 12 0 E 110 24 4F
Octal 312 265 334 10 22 0 16 420 44 117
Binary 11001010 10110101 11011100 1000 10010 0 1110 100010000 100100 1001111

Color Harmonies of #CAB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB5DC

Black with #CAB5DC

Text Example


Text Example

White with #CAB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB5DC; }

 p { color: rgb(202,181,220); }

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

background-color css

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

 a { background-color: rgb(202,181,220); }

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

border-color css

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

 span { border-color: rgb(202,181,220); }

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