Html Css Color HEX #CAAEF5 Melrose

📋 copy color: '#CAAEF5'

red 202 ◦ green 174 ◦ blue 245

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

Shades of Melrose #CAAEF5

Tints of Melrose #CAAEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 39.45%

R = 32.53%
G = 28.02%
B = 39.45%

CMYK

 C value IS 0.18

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CAAEF5 (or 0xCAAEF5) is known color: Melrose. HEX triplet: CA, AE and F5. RGB value is (202,174,245). Sum of RGB (Red+Green+Blue) = 202+174+245=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 245 (96.09% from 255 or 39.45% from 621); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAAEF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF5 is #35510A. Grayscale: #BEBEBE. Windows color (decimal): -3494155 or 16101066. OLE color: 16101066.

HSL color Cylindrical-coordinate representation of color #CAAEF5: hue angle of 263.66º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAEF5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 174 245 -
CMYK 0.18 0.29 0 0.04
HSL 263.66º 0.78% 0.82% -
HSV(B) 263.66º 0.29% 0.96% -
XYZ 55.97 49.42 92.98 -
YUV 190.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 202 174 245 0.18 0.29 0 0.04 263.66 0.78 0.82
Hex CA AE F5 12 1D 0 4 108 4E 52
Octal 312 256 365 22 35 0 4 410 116 122
Binary 11001010 10101110 11110101 10010 11101 0 100 100001000 1001110 1010010

Color Harmonies of #CAAEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEF5

Black with #CAAEF5

Text Example


Text Example

White with #CAAEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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