Html Css Color HEX #CAAEE4 Perfume

📋 copy color: '#CAAEE4'

red 202 ◦ green 174 ◦ blue 228

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

Shades of Perfume #CAAEE4

Tints of Perfume #CAAEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.75%

R = 33.44%
G = 28.81%
B = 37.75%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CAAEE4 (or 0xCAAEE4) is known color: Perfume. HEX triplet: CA, AE and E4. RGB value is (202,174,228). Sum of RGB (Red+Green+Blue) = 202+174+228=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 174 (68.36% from 255 or 28.81% from 604); Blue value is 228 (89.45% from 255 or 37.75% from 604); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAAEE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAEE4 is #35511B. Grayscale: #BCBCBC. Windows color (decimal): -3494172 or 14986954. OLE color: 14986954.

HSL color Cylindrical-coordinate representation of color #CAAEE4: hue angle of 271.11º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAAEE4 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 174 228 -
CMYK 0.11 0.24 0 0.11
HSL 271.11º 0.5% 0.79% -
HSV(B) 271.11º 0.24% 0.89% -
XYZ 53.5 48.43 79.93 -
YUV 188.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 202 174 228 0.11 0.24 0 0.11 271.11 0.5 0.79
Hex CA AE E4 B 18 0 B 10F 32 4F
Octal 312 256 344 13 30 0 13 417 62 117
Binary 11001010 10101110 11100100 1011 11000 0 1011 100001111 110010 1001111

Color Harmonies of #CAAEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEE4

Black with #CAAEE4

Text Example


Text Example

White with #CAAEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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