Html Css Color HEX #CABCF0 Melrose

📋 copy color: '#CABCF0'

red 202 ◦ green 188 ◦ blue 240

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

Shades of Melrose #CABCF0

Tints of Melrose #CABCF0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 29.84%

 BLUE value IS 240 (94.14% from 255) = 38.1%

R = 32.06%
G = 29.84%
B = 38.1%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CABCF0 (or 0xCABCF0) is known color: Melrose. HEX triplet: CA, BC and F0. RGB value is (202,188,240). Sum of RGB (Red+Green+Blue) = 202+188+240=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 188 (73.83% from 255 or 29.84% from 630); Blue value is 240 (94.14% from 255 or 38.10% from 630); Max value from RGB is 240 - color contains mainly: blue. Hex color #CABCF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABCF0 is #35430F. Grayscale: #C5C5C5. Windows color (decimal): -3490576 or 15776970. OLE color: 15776970.

HSL color Cylindrical-coordinate representation of color #CABCF0: hue angle of 256.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CABCF0 is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 188 240 -
CMYK 0.16 0.22 0 0.06
HSL 256.15º 0.63% 0.84% -
HSV(B) 256.15º 0.22% 0.94% -
XYZ 58.07 54.81 89.96 -
YUV 198.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 202 188 240 0.16 0.22 0 0.06 256.15 0.63 0.84
Hex CA BC F0 10 16 0 6 100 3F 54
Octal 312 274 360 20 26 0 6 400 77 124
Binary 11001010 10111100 11110000 10000 10110 0 110 100000000 111111 1010100

Color Harmonies of #CABCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCF0

Black with #CABCF0

Text Example


Text Example

White with #CABCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCF0; }

 p { color: rgb(202,188,240); }

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

background-color css

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

 a { background-color: rgb(202,188,240); }

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

border-color css

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

 span { border-color: rgb(202,188,240); }

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