Html Css Color HEX #CAB2DF Perfume

📋 copy color: '#CAB2DF'

red 202 ◦ green 178 ◦ blue 223

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

Shades of Perfume #CAB2DF

Tints of Perfume #CAB2DF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.52%

 BLUE value IS 223 (87.5% from 255) = 36.98%

R = 33.5%
G = 29.52%
B = 36.98%

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

#CAB2DF (or 0xCAB2DF) is known color: Perfume. HEX triplet: CA, B2 and DF. RGB value is (202,178,223). Sum of RGB (Red+Green+Blue) = 202+178+223=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2DF is #354D20. Grayscale: #BEBEBE. Windows color (decimal): -3493153 or 14660298. OLE color: 14660298.

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

Color convert

RGB 202 178 223 -
CMYK 0.09 0.20 0 0.13
HSL 272º 0.41% 0.79% -
HSV(B) 272º 0.2% 0.87% -
XYZ 53.6 49.73 76.59 -
YUV 190.31 146.45 136.34 -
System Red Green Blue C M Y K H S L
Decimal 202 178 223 0.09 0.20 0 0.13 272 0.41 0.79
Hex CA B2 DF 9 14 0 D 110 29 4F
Octal 312 262 337 11 24 0 15 420 51 117
Binary 11001010 10110010 11011111 1001 10100 0 1101 100010000 101001 1001111

Color Harmonies of #CAB2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2DF

Black with #CAB2DF

Text Example


Text Example

White with #CAB2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2DF; }

 p { color: rgb(202,178,223); }

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

background-color css

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

 a { background-color: rgb(202,178,223); }

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

border-color css

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

 span { border-color: rgb(202,178,223); }

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