Html Css Color HEX #CABCDC Melrose

📋 copy color: '#CABCDC'

red 202 ◦ green 188 ◦ blue 220

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

Shades of Melrose #CABCDC

Tints of Melrose #CABCDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.07%

R = 33.11%
G = 30.82%
B = 36.07%

CMYK

 C value IS 0.08

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CABCDC (or 0xCABCDC) is known color: Melrose. HEX triplet: CA, BC and DC. RGB value is (202,188,220). Sum of RGB (Red+Green+Blue) = 202+188+220=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 220 (86.33% from 255 or 36.07% from 610); Max value from RGB is 220 - color contains mainly: blue. Hex color #CABCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDC is #354323. Grayscale: #C3C3C3. Windows color (decimal): -3490596 or 14466250. OLE color: 14466250.

HSL color Cylindrical-coordinate representation of color #CABCDC: hue angle of 266.25º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABCDC is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 188 220 -
CMYK 0.08 0.15 0 0.14
HSL 266.25º 0.31% 0.8% -
HSV(B) 266.25º 0.15% 0.86% -
XYZ 55.26 53.69 75.16 -
YUV 195.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 202 188 220 0.08 0.15 0 0.14 266.25 0.31 0.8
Hex CA BC DC 8 F 0 E 10A 1F 50
Octal 312 274 334 10 17 0 16 412 37 120
Binary 11001010 10111100 11011100 1000 1111 0 1110 100001010 11111 1010000

Color Harmonies of #CABCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCDC

Black with #CABCDC

Text Example


Text Example

White with #CABCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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