Html Css Color HEX #CAB2EC Melrose

📋 copy color: '#CAB2EC'

red 202 ◦ green 178 ◦ blue 236

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

Shades of Melrose #CAB2EC

Tints of Melrose #CAB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 28.9%

 BLUE value IS 236 (92.58% from 255) = 38.31%

R = 32.79%
G = 28.9%
B = 38.31%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CAB2EC (or 0xCAB2EC) is known color: Melrose. HEX triplet: CA, B2 and EC. RGB value is (202,178,236). Sum of RGB (Red+Green+Blue) = 202+178+236=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 178 (69.92% from 255 or 28.90% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EC is #354D13. Grayscale: #BFBFBF. Windows color (decimal): -3493140 or 15512266. OLE color: 15512266.

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

Color convert

RGB 202 178 236 -
CMYK 0.14 0.25 0 0.07
HSL 264.83º 0.6% 0.81% -
HSV(B) 264.83º 0.25% 0.93% -
XYZ 55.42 50.45 86.17 -
YUV 191.79 152.95 135.28 -
System Red Green Blue C M Y K H S L
Decimal 202 178 236 0.14 0.25 0 0.07 264.83 0.6 0.81
Hex CA B2 EC E 19 0 7 109 3C 51
Octal 312 262 354 16 31 0 7 411 74 121
Binary 11001010 10110010 11101100 1110 11001 0 111 100001001 111100 1010001

Color Harmonies of #CAB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2EC

Black with #CAB2EC

Text Example


Text Example

White with #CAB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2EC; }

 p { color: rgb(202,178,236); }

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

background-color css

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

 a { background-color: rgb(202,178,236); }

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

border-color css

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

 span { border-color: rgb(202,178,236); }

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