Html Css Color HEX #CABEDA Melrose

📋 copy color: '#CABEDA'

red 202 ◦ green 190 ◦ blue 218

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

Shades of Melrose #CABEDA

Tints of Melrose #CABEDA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.15%

 BLUE value IS 218 (85.55% from 255) = 35.74%

R = 33.11%
G = 31.15%
B = 35.74%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CABEDA (or 0xCABEDA) is known color: Melrose. HEX triplet: CA, BE and DA. RGB value is (202,190,218). Sum of RGB (Red+Green+Blue) = 202+190+218=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 218 - color contains mainly: blue. Hex color #CABEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDA is #354125. Grayscale: #C4C4C4. Windows color (decimal): -3490086 or 14335690. OLE color: 14335690.

HSL color Cylindrical-coordinate representation of color #CABEDA: hue angle of 265.71º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CABEDA is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 190 218 -
CMYK 0.07 0.13 0 0.15
HSL 265.71º 0.27% 0.8% -
HSV(B) 265.71º 0.13% 0.85% -
XYZ 55.43 54.45 73.92 -
YUV 196.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 202 190 218 0.07 0.13 0 0.15 265.71 0.27 0.8
Hex CA BE DA 7 D 0 F 10A 1B 50
Octal 312 276 332 7 15 0 17 412 33 120
Binary 11001010 10111110 11011010 111 1101 0 1111 100001010 11011 1010000

Color Harmonies of #CABEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEDA

Black with #CABEDA

Text Example


Text Example

White with #CABEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEDA; }

 p { color: rgb(202,190,218); }

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

background-color css

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

 a { background-color: rgb(202,190,218); }

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

border-color css

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

 span { border-color: rgb(202,190,218); }

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