Html Css Color HEX #CABEDE Melrose

📋 copy color: '#CABEDE'

red 202 ◦ green 190 ◦ blue 222

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

Shades of Melrose #CABEDE

Tints of Melrose #CABEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.16%

R = 32.9%
G = 30.94%
B = 36.16%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABEDE (or 0xCABEDE) is known color: Melrose. HEX triplet: CA, BE and DE. RGB value is (202,190,222). Sum of RGB (Red+Green+Blue) = 202+190+222=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 222 (87.11% from 255 or 36.16% from 614); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDE is #354121. Grayscale: #C5C5C5. Windows color (decimal): -3490082 or 14597834. OLE color: 14597834.

HSL color Cylindrical-coordinate representation of color #CABEDE: hue angle of 262.5º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CABEDE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 190 222 -
CMYK 0.09 0.14 0 0.13
HSL 262.5º 0.33% 0.81% -
HSV(B) 262.5º 0.14% 0.87% -
XYZ 55.96 54.66 76.71 -
YUV 197.24 141.98 131.4 -
System Red Green Blue C M Y K H S L
Decimal 202 190 222 0.09 0.14 0 0.13 262.5 0.33 0.81
Hex CA BE DE 9 E 0 D 106 21 51
Octal 312 276 336 11 16 0 15 406 41 121
Binary 11001010 10111110 11011110 1001 1110 0 1101 100000110 100001 1010001

Color Harmonies of #CABEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEDE

Black with #CABEDE

Text Example


Text Example

White with #CABEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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