Html Css Color HEX #CAAFF8 Melrose

📋 copy color: '#CAAFF8'

red 202 ◦ green 175 ◦ blue 248

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

Shades of Melrose #CAAFF8

Tints of Melrose #CAAFF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.68%

R = 32.32%
G = 28%
B = 39.68%

CMYK

 C value IS 0.19

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAAFF8 (or 0xCAAFF8) is known color: Melrose. HEX triplet: CA, AF and F8. RGB value is (202,175,248). Sum of RGB (Red+Green+Blue) = 202+175+248=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 175 (68.75% from 255 or 28% from 625); Blue value is 248 (97.27% from 255 or 39.68% from 625); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAAFF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAFF8 is #355007. Grayscale: #BFBFBF. Windows color (decimal): -3493896 or 16297930. OLE color: 16297930.

HSL color Cylindrical-coordinate representation of color #CAAFF8: hue angle of 262.19º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CAAFF8 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 175 248 -
CMYK 0.19 0.29 0 0.03
HSL 262.19º 0.84% 0.83% -
HSV(B) 262.19º 0.29% 0.97% -
XYZ 56.63 49.99 95.47 -
YUV 191.4 159.95 135.56 -
System Red Green Blue C M Y K H S L
Decimal 202 175 248 0.19 0.29 0 0.03 262.19 0.84 0.83
Hex CA AF F8 13 1D 0 3 106 54 53
Octal 312 257 370 23 35 0 3 406 124 123
Binary 11001010 10101111 11111000 10011 11101 0 11 100000110 1010100 1010011

Color Harmonies of #CAAFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAFF8

Black with #CAAFF8

Text Example


Text Example

White with #CAAFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAFF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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