Html Css Color HEX #CABBEE Melrose

📋 copy color: '#CABBEE'

red 202 ◦ green 187 ◦ blue 238

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

Shades of Melrose #CABBEE

Tints of Melrose #CABBEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.96%

R = 32.22%
G = 29.82%
B = 37.96%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABBEE (or 0xCABBEE) is known color: Melrose. HEX triplet: CA, BB and EE. RGB value is (202,187,238). Sum of RGB (Red+Green+Blue) = 202+187+238=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 187 (73.44% from 255 or 29.82% from 627); Blue value is 238 (93.36% from 255 or 37.96% from 627); Max value from RGB is 238 - color contains mainly: blue. Hex color #CABBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBEE is #354411. Grayscale: #C5C5C5. Windows color (decimal): -3490834 or 15645642. OLE color: 15645642.

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

Color convert

RGB 202 187 238 -
CMYK 0.15 0.21 0 0.07
HSL 257.65º 0.6% 0.83% -
HSV(B) 257.65º 0.21% 0.93% -
XYZ 57.56 54.27 88.33 -
YUV 197.3 150.97 131.35 -
System Red Green Blue C M Y K H S L
Decimal 202 187 238 0.15 0.21 0 0.07 257.65 0.6 0.83
Hex CA BB EE F 15 0 7 102 3C 53
Octal 312 273 356 17 25 0 7 402 74 123
Binary 11001010 10111011 11101110 1111 10101 0 111 100000010 111100 1010011

Color Harmonies of #CABBEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBEE

Black with #CABBEE

Text Example


Text Example

White with #CABBEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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