Html Css Color HEX #CABBEB Melrose

📋 copy color: '#CABBEB'

red 202 ◦ green 187 ◦ blue 235

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

Shades of Melrose #CABBEB

Tints of Melrose #CABBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 37.66%

R = 32.37%
G = 29.97%
B = 37.66%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CABBEB (or 0xCABBEB) is known color: Melrose. HEX triplet: CA, BB and EB. RGB value is (202,187,235). Sum of RGB (Red+Green+Blue) = 202+187+235=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 187 (73.44% from 255 or 29.97% from 624); Blue value is 235 (92.19% from 255 or 37.66% from 624); Max value from RGB is 235 - color contains mainly: blue. Hex color #CABBEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEB is #354414. Grayscale: #C4C4C4. Windows color (decimal): -3490837 or 15449034. OLE color: 15449034.

HSL color Cylindrical-coordinate representation of color #CABBEB: hue angle of 258.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABBEB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 187 235 -
CMYK 0.14 0.20 0 0.08
HSL 258.75º 0.55% 0.83% -
HSV(B) 258.75º 0.2% 0.92% -
XYZ 57.12 54.1 86.03 -
YUV 196.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 202 187 235 0.14 0.20 0 0.08 258.75 0.55 0.83
Hex CA BB EB E 14 0 8 103 37 53
Octal 312 273 353 16 24 0 10 403 67 123
Binary 11001010 10111011 11101011 1110 10100 0 1000 100000011 110111 1010011

Color Harmonies of #CABBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBEB

Black with #CABBEB

Text Example


Text Example

White with #CABBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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