Html Css Color HEX #CABDE1 Melrose

📋 copy color: '#CABDE1'

red 202 ◦ green 189 ◦ blue 225

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

Shades of Melrose #CABDE1

Tints of Melrose #CABDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 36.53%

R = 32.79%
G = 30.68%
B = 36.53%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CABDE1 (or 0xCABDE1) is known color: Melrose. HEX triplet: CA, BD and E1. RGB value is (202,189,225). Sum of RGB (Red+Green+Blue) = 202+189+225=616 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.79% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 225 (88.28% from 255 or 36.53% from 616); Max value from RGB is 225 - color contains mainly: blue. Hex color #CABDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE1 is #35421E. Grayscale: #C4C4C4. Windows color (decimal): -3490335 or 14794186. OLE color: 14794186.

HSL color Cylindrical-coordinate representation of color #CABDE1: hue angle of 261.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CABDE1 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 189 225 -
CMYK 0.10 0.16 0 0.12
HSL 261.67º 0.38% 0.81% -
HSV(B) 261.67º 0.16% 0.88% -
XYZ 56.15 54.39 78.77 -
YUV 196.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 202 189 225 0.10 0.16 0 0.12 261.67 0.38 0.81
Hex CA BD E1 A 10 0 C 106 26 51
Octal 312 275 341 12 20 0 14 406 46 121
Binary 11001010 10111101 11100001 1010 10000 0 1100 100000110 100110 1010001

Color Harmonies of #CABDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDE1

Black with #CABDE1

Text Example


Text Example

White with #CABDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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