Html Css Color HEX #CABCDE Melrose

📋 copy color: '#CABCDE'

red 202 ◦ green 188 ◦ blue 222

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

Shades of Melrose #CABCDE

Tints of Melrose #CABCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 36.27%

R = 33.01%
G = 30.72%
B = 36.27%

CMYK

 C value IS 0.09

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABCDE (or 0xCABCDE) is known color: Melrose. HEX triplet: CA, BC and DE. RGB value is (202,188,222). Sum of RGB (Red+Green+Blue) = 202+188+222=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 188 (73.83% from 255 or 30.72% from 612); Blue value is 222 (87.11% from 255 or 36.27% from 612); Max value from RGB is 222 - color contains mainly: blue. Hex color #CABCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABCDE is #354321. Grayscale: #C3C3C3. Windows color (decimal): -3490594 or 14597322. OLE color: 14597322.

HSL color Cylindrical-coordinate representation of color #CABCDE: hue angle of 264.71º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CABCDE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 188 222 -
CMYK 0.09 0.15 0 0.13
HSL 264.71º 0.34% 0.8% -
HSV(B) 264.71º 0.15% 0.87% -
XYZ 55.53 53.8 76.56 -
YUV 196.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 202 188 222 0.09 0.15 0 0.13 264.71 0.34 0.8
Hex CA BC DE 9 F 0 D 109 22 50
Octal 312 274 336 11 17 0 15 411 42 120
Binary 11001010 10111100 11011110 1001 1111 0 1101 100001001 100010 1010000

Color Harmonies of #CABCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABCDE

Black with #CABCDE

Text Example


Text Example

White with #CABCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABCDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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