Html Css Color HEX #CABEE6 Melrose

📋 copy color: '#CABEE6'

red 202 ◦ green 190 ◦ blue 230

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

Shades of Melrose #CABEE6

Tints of Melrose #CABEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 36.98%

R = 32.48%
G = 30.55%
B = 36.98%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CABEE6 (or 0xCABEE6) is known color: Melrose. HEX triplet: CA, BE and E6. RGB value is (202,190,230). Sum of RGB (Red+Green+Blue) = 202+190+230=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 190 (74.61% from 255 or 30.55% from 622); Blue value is 230 (90.23% from 255 or 36.98% from 622); Max value from RGB is 230 - color contains mainly: blue. Hex color #CABEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABEE6 is #354119. Grayscale: #C6C6C6. Windows color (decimal): -3490074 or 15122122. OLE color: 15122122.

HSL color Cylindrical-coordinate representation of color #CABEE6: hue angle of 258º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABEE6 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 190 230 -
CMYK 0.12 0.17 0 0.10
HSL 258º 0.44% 0.82% -
HSV(B) 258º 0.17% 0.9% -
XYZ 57.05 55.1 82.49 -
YUV 198.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 202 190 230 0.12 0.17 0 0.10 258 0.44 0.82
Hex CA BE E6 C 11 0 A 102 2C 52
Octal 312 276 346 14 21 0 12 402 54 122
Binary 11001010 10111110 11100110 1100 10001 0 1010 100000010 101100 1010010

Color Harmonies of #CABEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEE6

Black with #CABEE6

Text Example


Text Example

White with #CABEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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