Html Css Color HEX #CABEED Melrose

📋 copy color: '#CABEED'

red 202 ◦ green 190 ◦ blue 237

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

Shades of Melrose #CABEED

Tints of Melrose #CABEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.68%

R = 32.11%
G = 30.21%
B = 37.68%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABEED (or 0xCABEED) is known color: Melrose. HEX triplet: CA, BE and ED. RGB value is (202,190,237). Sum of RGB (Red+Green+Blue) = 202+190+237=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 190 (74.61% from 255 or 30.21% from 629); Blue value is 237 (92.97% from 255 or 37.68% from 629); Max value from RGB is 237 - color contains mainly: blue. Hex color #CABEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEED is #354112. Grayscale: #C6C6C6. Windows color (decimal): -3490067 or 15580874. OLE color: 15580874.

HSL color Cylindrical-coordinate representation of color #CABEED: hue angle of 255.32º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABEED is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 190 237 -
CMYK 0.15 0.20 0 0.07
HSL 255.32º 0.57% 0.84% -
HSV(B) 255.32º 0.2% 0.93% -
XYZ 58.06 55.5 87.77 -
YUV 198.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 202 190 237 0.15 0.20 0 0.07 255.32 0.57 0.84
Hex CA BE ED F 14 0 7 FF 39 54
Octal 312 276 355 17 24 0 7 377 71 124
Binary 11001010 10111110 11101101 1111 10100 0 111 11111111 111001 1010100

Color Harmonies of #CABEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEED

Black with #CABEED

Text Example


Text Example

White with #CABEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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