Html Css Color HEX #CABBF2 Melrose

📋 copy color: '#CABBF2'

red 202 ◦ green 187 ◦ blue 242

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

Shades of Melrose #CABBF2

Tints of Melrose #CABBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.35%

R = 32.01%
G = 29.64%
B = 38.35%

CMYK

 C value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CABBF2 (or 0xCABBF2) is known color: Melrose. HEX triplet: CA, BB and F2. RGB value is (202,187,242). Sum of RGB (Red+Green+Blue) = 202+187+242=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 187 (73.44% from 255 or 29.64% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #CABBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF2 is #35440D. Grayscale: #C5C5C5. Windows color (decimal): -3490830 or 15907786. OLE color: 15907786.

HSL color Cylindrical-coordinate representation of color #CABBF2: hue angle of 256.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CABBF2 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 187 242 -
CMYK 0.17 0.23 0 0.05
HSL 256.36º 0.68% 0.84% -
HSV(B) 256.36º 0.23% 0.95% -
XYZ 58.15 54.51 91.46 -
YUV 197.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 202 187 242 0.17 0.23 0 0.05 256.36 0.68 0.84
Hex CA BB F2 11 17 0 5 100 44 54
Octal 312 273 362 21 27 0 5 400 104 124
Binary 11001010 10111011 11110010 10001 10111 0 101 100000000 1000100 1010100

Color Harmonies of #CABBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBF2

Black with #CABBF2

Text Example


Text Example

White with #CABBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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