Html Css Color HEX #CABDE0 Melrose

📋 copy color: '#CABDE0'

red 202 ◦ green 189 ◦ blue 224

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

Shades of Melrose #CABDE0

Tints of Melrose #CABDE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.42%

R = 32.85%
G = 30.73%
B = 36.42%

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

#CABDE0 (or 0xCABDE0) is known color: Melrose. HEX triplet: CA, BD and E0. RGB value is (202,189,224). Sum of RGB (Red+Green+Blue) = 202+189+224=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 224 (87.89% from 255 or 36.42% from 615); Max value from RGB is 224 - color contains mainly: blue. Hex color #CABDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDE0 is #35421F. Grayscale: #C4C4C4. Windows color (decimal): -3490336 or 14728650. OLE color: 14728650.

HSL color Cylindrical-coordinate representation of color #CABDE0: hue angle of 262.29º degrees, saturation: 0.36, 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 #CABDE0 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 189 224 -
CMYK 0.10 0.16 0 0.12
HSL 262.29º 0.36% 0.81% -
HSV(B) 262.29º 0.16% 0.88% -
XYZ 56.01 54.33 78.06 -
YUV 196.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 202 189 224 0.10 0.16 0 0.12 262.29 0.36 0.81
Hex CA BD E0 A 10 0 C 106 24 51
Octal 312 275 340 12 20 0 14 406 44 121
Binary 11001010 10111101 11100000 1010 10000 0 1100 100000110 100100 1010001

Color Harmonies of #CABDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDE0

Black with #CABDE0

Text Example


Text Example

White with #CABDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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