Html Css Color HEX #CAAEEC Perfume

📋 copy color: '#CAAEEC'

red 202 ◦ green 174 ◦ blue 236

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

Shades of Perfume #CAAEEC

Tints of Perfume #CAAEEC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.43%

 BLUE value IS 236 (92.58% from 255) = 38.56%

R = 33.01%
G = 28.43%
B = 38.56%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAAEEC (or 0xCAAEEC) is known color: Perfume. HEX triplet: CA, AE and EC. RGB value is (202,174,236). Sum of RGB (Red+Green+Blue) = 202+174+236=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 174 (68.36% from 255 or 28.43% from 612); Blue value is 236 (92.58% from 255 or 38.56% from 612); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEEC is #355113. Grayscale: #BDBDBD. Windows color (decimal): -3494164 or 15511242. OLE color: 15511242.

HSL color Cylindrical-coordinate representation of color #CAAEEC: hue angle of 267.1º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAAEEC is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 174 236 -
CMYK 0.14 0.26 0 0.07
HSL 267.1º 0.62% 0.8% -
HSV(B) 267.1º 0.26% 0.93% -
XYZ 54.63 48.88 85.91 -
YUV 189.44 154.28 136.96 -
System Red Green Blue C M Y K H S L
Decimal 202 174 236 0.14 0.26 0 0.07 267.1 0.62 0.8
Hex CA AE EC E 1A 0 7 10B 3E 50
Octal 312 256 354 16 32 0 7 413 76 120
Binary 11001010 10101110 11101100 1110 11010 0 111 100001011 111110 1010000

Color Harmonies of #CAAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEEC

Black with #CAAEEC

Text Example


Text Example

White with #CAAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEEC; }

 p { color: rgb(202,174,236); }

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

background-color css

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

 a { background-color: rgb(202,174,236); }

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

border-color css

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

 span { border-color: rgb(202,174,236); }

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