Html Css Color HEX #CAAFF3 Melrose

📋 copy color: '#CAAFF3'

red 202 ◦ green 175 ◦ blue 243

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

Shades of Melrose #CAAFF3

Tints of Melrose #CAAFF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 39.19%

R = 32.58%
G = 28.23%
B = 39.19%

CMYK

 C value IS 0.17

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CAAFF3 (or 0xCAAFF3) is known color: Melrose. HEX triplet: CA, AF and F3. RGB value is (202,175,243). Sum of RGB (Red+Green+Blue) = 202+175+243=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 175 (68.75% from 255 or 28.23% from 620); Blue value is 243 (95.31% from 255 or 39.19% from 620); Max value from RGB is 243 - color contains mainly: blue. Hex color #CAAFF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF3 is #35500C. Grayscale: #BEBEBE. Windows color (decimal): -3493901 or 15970250. OLE color: 15970250.

HSL color Cylindrical-coordinate representation of color #CAAFF3: hue angle of 263.82º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAAFF3 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 175 243 -
CMYK 0.17 0.28 0 0.05
HSL 263.82º 0.74% 0.82% -
HSV(B) 263.82º 0.28% 0.95% -
XYZ 55.86 49.69 91.44 -
YUV 190.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 202 175 243 0.17 0.28 0 0.05 263.82 0.74 0.82
Hex CA AF F3 11 1C 0 5 108 4A 52
Octal 312 257 363 21 34 0 5 410 112 122
Binary 11001010 10101111 11110011 10001 11100 0 101 100001000 1001010 1010010

Color Harmonies of #CAAFF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFF3

Black with #CAAFF3

Text Example


Text Example

White with #CAAFF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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