Html Css Color HEX #CABAEC Melrose

📋 copy color: '#CABAEC'

red 202 ◦ green 186 ◦ blue 236

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

Shades of Melrose #CABAEC

Tints of Melrose #CABAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 29.81%

 BLUE value IS 236 (92.58% from 255) = 37.82%

R = 32.37%
G = 29.81%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABAEC (or 0xCABAEC) is known color: Melrose. HEX triplet: CA, BA and EC. RGB value is (202,186,236). Sum of RGB (Red+Green+Blue) = 202+186+236=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 186 (73.05% from 255 or 29.81% from 624); Blue value is 236 (92.58% from 255 or 37.82% from 624); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABAEC is #354513. Grayscale: #C4C4C4. Windows color (decimal): -3491092 or 15514314. OLE color: 15514314.

HSL color Cylindrical-coordinate representation of color #CABAEC: hue angle of 259.2º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABAEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 186 236 -
CMYK 0.14 0.21 0 0.07
HSL 259.2º 0.57% 0.83% -
HSV(B) 259.2º 0.21% 0.93% -
XYZ 57.06 53.73 86.72 -
YUV 196.48 150.3 131.93 -
System Red Green Blue C M Y K H S L
Decimal 202 186 236 0.14 0.21 0 0.07 259.2 0.57 0.83
Hex CA BA EC E 15 0 7 103 39 53
Octal 312 272 354 16 25 0 7 403 71 123
Binary 11001010 10111010 11101100 1110 10101 0 111 100000011 111001 1010011

Color Harmonies of #CABAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABAEC

Black with #CABAEC

Text Example


Text Example

White with #CABAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABAEC; }

 p { color: rgb(202,186,236); }

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

background-color css

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

 a { background-color: rgb(202,186,236); }

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

border-color css

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

 span { border-color: rgb(202,186,236); }

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