Html Css Color HEX #CABDEC Melrose

📋 copy color: '#CABDEC'

red 202 ◦ green 189 ◦ blue 236

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

Shades of Melrose #CABDEC

Tints of Melrose #CABDEC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.14%

 BLUE value IS 236 (92.58% from 255) = 37.64%

R = 32.22%
G = 30.14%
B = 37.64%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CABDEC (or 0xCABDEC) is known color: Melrose. HEX triplet: CA, BD and EC. RGB value is (202,189,236). Sum of RGB (Red+Green+Blue) = 202+189+236=627 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.22% from 627); Green value is 189 (74.22% from 255 or 30.14% from 627); Blue value is 236 (92.58% from 255 or 37.64% from 627); Max value from RGB is 236 - color contains mainly: blue. Hex color #CABDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CABDEC is #354213. Grayscale: #C6C6C6. Windows color (decimal): -3490324 or 15515082. OLE color: 15515082.

HSL color Cylindrical-coordinate representation of color #CABDEC: hue angle of 256.6º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABDEC is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 189 236 -
CMYK 0.14 0.20 0 0.07
HSL 256.6º 0.55% 0.83% -
HSV(B) 256.6º 0.2% 0.93% -
XYZ 57.7 55.01 86.93 -
YUV 198.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 202 189 236 0.14 0.20 0 0.07 256.6 0.55 0.83
Hex CA BD EC E 14 0 7 101 37 53
Octal 312 275 354 16 24 0 7 401 67 123
Binary 11001010 10111101 11101100 1110 10100 0 111 100000001 110111 1010011

Color Harmonies of #CABDEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDEC

Black with #CABDEC

Text Example


Text Example

White with #CABDEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDEC; }

 p { color: rgb(202,189,236); }

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

background-color css

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

 a { background-color: rgb(202,189,236); }

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

border-color css

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

 span { border-color: rgb(202,189,236); }

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