Html Css Color HEX #CAB6ED Melrose

📋 copy color: '#CAB6ED'

red 202 ◦ green 182 ◦ blue 237

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

Shades of Melrose #CAB6ED

Tints of Melrose #CAB6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.31%

 BLUE value IS 237 (92.97% from 255) = 38.16%

R = 32.53%
G = 29.31%
B = 38.16%

CMYK

 C value IS 0.15

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB6ED (or 0xCAB6ED) is known color: Melrose. HEX triplet: CA, B6 and ED. RGB value is (202,182,237). Sum of RGB (Red+Green+Blue) = 202+182+237=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAB6ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAB6ED is #354912. Grayscale: #C2C2C2. Windows color (decimal): -3492115 or 15578826. OLE color: 15578826.

HSL color Cylindrical-coordinate representation of color #CAB6ED: hue angle of 261.82º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB6ED is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 182 237 -
CMYK 0.15 0.23 0 0.07
HSL 261.82º 0.6% 0.82% -
HSV(B) 261.82º 0.23% 0.93% -
XYZ 56.37 52.13 87.21 -
YUV 194.25 152.13 133.53 -
System Red Green Blue C M Y K H S L
Decimal 202 182 237 0.15 0.23 0 0.07 261.82 0.6 0.82
Hex CA B6 ED F 17 0 7 106 3C 52
Octal 312 266 355 17 27 0 7 406 74 122
Binary 11001010 10110110 11101101 1111 10111 0 111 100000110 111100 1010010

Color Harmonies of #CAB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB6ED

Black with #CAB6ED

Text Example


Text Example

White with #CAB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB6ED; }

 p { color: rgb(202,182,237); }

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

background-color css

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

 a { background-color: rgb(202,182,237); }

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

border-color css

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

 span { border-color: rgb(202,182,237); }

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