Html Css Color HEX #CAAEF6 Melrose

📋 copy color: '#CAAEF6'

red 202 ◦ green 174 ◦ blue 246

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

Shades of Melrose #CAAEF6

Tints of Melrose #CAAEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.55%

R = 32.48%
G = 27.97%
B = 39.55%

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

#CAAEF6 (or 0xCAAEF6) is known color: Melrose. HEX triplet: CA, AE and F6. RGB value is (202,174,246). Sum of RGB (Red+Green+Blue) = 202+174+246=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 246 (96.48% from 255 or 39.55% from 622); Max value from RGB is 246 - color contains mainly: blue. Hex color #CAAEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAEF6 is #355109. Grayscale: #BEBEBE. Windows color (decimal): -3494154 or 16166602. OLE color: 16166602.

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

Color convert

RGB 202 174 246 -
CMYK 0.18 0.29 0 0.04
HSL 263.33º 0.8% 0.82% -
HSV(B) 263.33º 0.29% 0.96% -
XYZ 56.13 49.48 93.78 -
YUV 190.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 202 174 246 0.18 0.29 0 0.04 263.33 0.8 0.82
Hex CA AE F6 12 1D 0 4 107 50 52
Octal 312 256 366 22 35 0 4 407 120 122
Binary 11001010 10101110 11110110 10010 11101 0 100 100000111 1010000 1010010

Color Harmonies of #CAAEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAEF6

Black with #CAAEF6

Text Example


Text Example

White with #CAAEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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