Html Css Color HEX #CABBF3 Melrose

📋 copy color: '#CABBF3'

red 202 ◦ green 187 ◦ blue 243

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

Shades of Melrose #CABBF3

Tints of Melrose #CABBF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.45%

R = 31.96%
G = 29.59%
B = 38.45%

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

#CABBF3 (or 0xCABBF3) is known color: Melrose. HEX triplet: CA, BB and F3. RGB value is (202,187,243). Sum of RGB (Red+Green+Blue) = 202+187+243=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 187 (73.44% from 255 or 29.59% from 632); Blue value is 243 (95.31% from 255 or 38.45% from 632); Max value from RGB is 243 - color contains mainly: blue. Hex color #CABBF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABBF3 is #35440C. Grayscale: #C5C5C5. Windows color (decimal): -3490829 or 15973322. OLE color: 15973322.

HSL color Cylindrical-coordinate representation of color #CABBF3: hue angle of 256.07º degrees, saturation: 0.7, 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 #CABBF3 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 187 243 -
CMYK 0.17 0.23 0 0.05
HSL 256.07º 0.7% 0.84% -
HSV(B) 256.07º 0.23% 0.95% -
XYZ 58.31 54.57 92.25 -
YUV 197.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 202 187 243 0.17 0.23 0 0.05 256.07 0.7 0.84
Hex CA BB F3 11 17 0 5 100 46 54
Octal 312 273 363 21 27 0 5 400 106 124
Binary 11001010 10111011 11110011 10001 10111 0 101 100000000 1000110 1010100

Color Harmonies of #CABBF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABBF3

Black with #CABBF3

Text Example


Text Example

White with #CABBF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABBF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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