Html Css Color HEX #CAB2EF Melrose

📋 copy color: '#CAB2EF'

red 202 ◦ green 178 ◦ blue 239

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

Shades of Melrose #CAB2EF

Tints of Melrose #CAB2EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 38.61%

R = 32.63%
G = 28.76%
B = 38.61%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CAB2EF (or 0xCAB2EF) is known color: Melrose. HEX triplet: CA, B2 and EF. RGB value is (202,178,239). Sum of RGB (Red+Green+Blue) = 202+178+239=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 178 (69.92% from 255 or 28.76% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #CAB2EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB2EF is #354D10. Grayscale: #BFBFBF. Windows color (decimal): -3493137 or 15708874. OLE color: 15708874.

HSL color Cylindrical-coordinate representation of color #CAB2EF: hue angle of 263.61º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB2EF is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 178 239 -
CMYK 0.15 0.26 0 0.06
HSL 263.61º 0.66% 0.82% -
HSV(B) 263.61º 0.26% 0.94% -
XYZ 55.86 50.63 88.49 -
YUV 192.13 154.45 135.04 -
System Red Green Blue C M Y K H S L
Decimal 202 178 239 0.15 0.26 0 0.06 263.61 0.66 0.82
Hex CA B2 EF F 1A 0 6 108 42 52
Octal 312 262 357 17 32 0 6 410 102 122
Binary 11001010 10110010 11101111 1111 11010 0 110 100001000 1000010 1010010

Color Harmonies of #CAB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB2EF

Black with #CAB2EF

Text Example


Text Example

White with #CAB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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