Html Css Color HEX #CABEDD Melrose

📋 copy color: '#CABEDD'

red 202 ◦ green 190 ◦ blue 221

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

Shades of Melrose #CABEDD

Tints of Melrose #CABEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.05%

R = 32.95%
G = 31%
B = 36.05%

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

#CABEDD (or 0xCABEDD) is known color: Melrose. HEX triplet: CA, BE and DD. RGB value is (202,190,221). Sum of RGB (Red+Green+Blue) = 202+190+221=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 221 (86.72% from 255 or 36.05% from 613); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDD is #354122. Grayscale: #C5C5C5. Windows color (decimal): -3490083 or 14532298. OLE color: 14532298.

HSL color Cylindrical-coordinate representation of color #CABEDD: hue angle of 263.23º degrees, saturation: 0.31, 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 #CABEDD is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 190 221 -
CMYK 0.09 0.14 0 0.13
HSL 263.23º 0.31% 0.81% -
HSV(B) 263.23º 0.14% 0.87% -
XYZ 55.82 54.6 76 -
YUV 197.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 202 190 221 0.09 0.14 0 0.13 263.23 0.31 0.81
Hex CA BE DD 9 E 0 D 107 1F 51
Octal 312 276 335 11 16 0 15 407 37 121
Binary 11001010 10111110 11011101 1001 1110 0 1101 100000111 11111 1010001

Color Harmonies of #CABEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEDD

Black with #CABEDD

Text Example


Text Example

White with #CABEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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