Html Css Color HEX #CABDE5 Melrose

📋 copy color: '#CABDE5'

red 202 ◦ green 189 ◦ blue 229

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

Shades of Melrose #CABDE5

Tints of Melrose #CABDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.94%

R = 32.58%
G = 30.48%
B = 36.94%

CMYK

 C value IS 0.12

 M value IS 0.17

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CABDE5 (or 0xCABDE5) is known color: Melrose. HEX triplet: CA, BD and E5. RGB value is (202,189,229). Sum of RGB (Red+Green+Blue) = 202+189+229=620 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.58% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 229 (89.84% from 255 or 36.94% from 620); Max value from RGB is 229 - color contains mainly: blue. Hex color #CABDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE5 is #35421A. Grayscale: #C5C5C5. Windows color (decimal): -3490331 or 15056330. OLE color: 15056330.

HSL color Cylindrical-coordinate representation of color #CABDE5: hue angle of 259.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CABDE5 is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 189 229 -
CMYK 0.12 0.17 0 0.10
HSL 259.5º 0.43% 0.82% -
HSV(B) 259.5º 0.17% 0.9% -
XYZ 56.7 54.61 81.68 -
YUV 197.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 202 189 229 0.12 0.17 0 0.10 259.5 0.43 0.82
Hex CA BD E5 C 11 0 A 104 2B 52
Octal 312 275 345 14 21 0 12 404 53 122
Binary 11001010 10111101 11100101 1100 10001 0 1010 100000100 101011 1010010

Color Harmonies of #CABDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDE5

Black with #CABDE5

Text Example


Text Example

White with #CABDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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