#CAAFDD

Color #CAAFDD Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #CAAFDD

Tints of Perfume #CAAFDD

Color information

#CAAFDD (or 0xCAAFDD) is unknown color: approx Perfume. HEX triplet: CA, AF and DD. RGB value is (202,175,221). Sum of RGB (Red+Green+Blue) = 202+175+221=598 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.78% from 598); Green value is 175 (68.75% from 255 or 29.26% from 598); Blue value is 221 (86.72% from 255 or 36.96% from 598); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAAFDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAFDD is #355022. Grayscale: #BCBCBC. Windows color (decimal): -3493923 or 14528458. OLE color: 14528458.

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

Color convert

RGB202175221-
CMYK0.090.2100.13
HSL275.22º40.35%77.65%-
HSV(B)275.22º20.81%86.67%-
XYZ52.7448.4474.98-
YUV188.32146.45137.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.78%
GREEN value IS 175 (68.75% from 255) = 29.26%
BLUE value IS 221 (86.72% from 255) = 36.96%
R=33.78%
G=29.26%
B=36.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2021752210.090.2100.13275.2240.3577.65
HexCAAFDD9150D113284e
Octal312257335112501542350116
Binary110010101010111111011101100110101011011000100111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAAFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAAFDD; }

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

 H1.HeaderClassName
 {
   color: #CAAFDD;
 }
 .AnyTagClassName
 {
   color: #CAAFDD;
 }
</style>
background-color css

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

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

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

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

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

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