Html Css Color HEX #CAAFF5 Melrose

📋 copy color: '#CAAFF5'

red 202 ◦ green 175 ◦ blue 245

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

Shades of Melrose #CAAFF5

Tints of Melrose #CAAFF5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 28.14%

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

R = 32.48%
G = 28.14%
B = 39.39%

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

#CAAFF5 (or 0xCAAFF5) is known color: Melrose. HEX triplet: CA, AF and F5. RGB value is (202,175,245). Sum of RGB (Red+Green+Blue) = 202+175+245=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 245 (96.09% from 255 or 39.39% from 622); Max value from RGB is 245 - color contains mainly: blue. Hex color #CAAFF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF5 is #35500A. Grayscale: #BEBEBE. Windows color (decimal): -3493899 or 16101322. OLE color: 16101322.

HSL color Cylindrical-coordinate representation of color #CAAFF5: hue angle of 263.14º 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 #CAAFF5 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 175 245 -
CMYK 0.18 0.29 0 0.04
HSL 263.14º 0.78% 0.82% -
HSV(B) 263.14º 0.29% 0.96% -
XYZ 56.17 49.81 93.04 -
YUV 191.05 158.45 135.81 -
System Red Green Blue C M Y K H S L
Decimal 202 175 245 0.18 0.29 0 0.04 263.14 0.78 0.82
Hex CA AF F5 12 1D 0 4 107 4E 52
Octal 312 257 365 22 35 0 4 407 116 122
Binary 11001010 10101111 11110101 10010 11101 0 100 100000111 1001110 1010010

Color Harmonies of #CAAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFF5

Black with #CAAFF5

Text Example


Text Example

White with #CAAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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