Html Css Color HEX #CABBEC Melrose

📋 copy color: '#CABBEC'

red 202 ◦ green 187 ◦ blue 236

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

Shades of Melrose #CABBEC

Tints of Melrose #CABBEC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 29.92%

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

R = 32.32%
G = 29.92%
B = 37.76%

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

#CABBEC (or 0xCABBEC) is known color: Melrose. HEX triplet: CA, BB and EC. RGB value is (202,187,236). Sum of RGB (Red+Green+Blue) = 202+187+236=625 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.32% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 236 (92.58% from 255 or 37.76% from 625); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEC is #354413. Grayscale: #C4C4C4. Windows color (decimal): -3490836 or 15514570. OLE color: 15514570.

HSL color Cylindrical-coordinate representation of color #CABBEC: hue angle of 258.37º degrees, saturation: 0.56, 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 #CABBEC is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 187 236 -
CMYK 0.14 0.21 0 0.07
HSL 258.37º 0.56% 0.83% -
HSV(B) 258.37º 0.21% 0.93% -
XYZ 57.27 54.15 86.79 -
YUV 197.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 202 187 236 0.14 0.21 0 0.07 258.37 0.56 0.83
Hex CA BB EC E 15 0 7 102 38 53
Octal 312 273 354 16 25 0 7 402 70 123
Binary 11001010 10111011 11101100 1110 10101 0 111 100000010 111000 1010011

Color Harmonies of #CABBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBEC

Black with #CABBEC

Text Example


Text Example

White with #CABBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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