Html Css Color HEX #CABEDF Melrose

📋 copy color: '#CABEDF'

red 202 ◦ green 190 ◦ blue 223

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

Shades of Melrose #CABEDF

Tints of Melrose #CABEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.89%

 BLUE value IS 223 (87.5% from 255) = 36.26%

R = 32.85%
G = 30.89%
B = 36.26%

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

#CABEDF (or 0xCABEDF) is known color: Melrose. HEX triplet: CA, BE and DF. RGB value is (202,190,223). Sum of RGB (Red+Green+Blue) = 202+190+223=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 190 (74.61% from 255 or 30.89% from 615); Blue value is 223 (87.5% from 255 or 36.26% from 615); Max value from RGB is 223 - color contains mainly: blue. Hex color #CABEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABEDF is #354120. Grayscale: #C5C5C5. Windows color (decimal): -3490081 or 14663370. OLE color: 14663370.

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

Color convert

RGB 202 190 223 -
CMYK 0.09 0.15 0 0.13
HSL 261.82º 0.34% 0.81% -
HSV(B) 261.82º 0.15% 0.87% -
XYZ 56.09 54.71 77.42 -
YUV 197.35 142.48 131.32 -
System Red Green Blue C M Y K H S L
Decimal 202 190 223 0.09 0.15 0 0.13 261.82 0.34 0.81
Hex CA BE DF 9 F 0 D 106 22 51
Octal 312 276 337 11 17 0 15 406 42 121
Binary 11001010 10111110 11011111 1001 1111 0 1101 100000110 100010 1010001

Color Harmonies of #CABEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABEDF

Black with #CABEDF

Text Example


Text Example

White with #CABEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABEDF; }

 p { color: rgb(202,190,223); }

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

background-color css

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

 a { background-color: rgb(202,190,223); }

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

border-color css

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

 span { border-color: rgb(202,190,223); }

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