Html Css Color HEX #CABDDD Melrose

📋 copy color: '#CABDDD'

red 202 ◦ green 189 ◦ blue 221

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

Shades of Melrose #CABDDD

Tints of Melrose #CABDDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.11%

R = 33.01%
G = 30.88%
B = 36.11%

CMYK

 C value IS 0.09

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CABDDD (or 0xCABDDD) is known color: Melrose. HEX triplet: CA, BD and DD. RGB value is (202,189,221). Sum of RGB (Red+Green+Blue) = 202+189+221=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 221 (86.72% from 255 or 36.11% from 612); Max value from RGB is 221 - color contains mainly: blue. Hex color #CABDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CABDDD is #354222. Grayscale: #C4C4C4. Windows color (decimal): -3490339 or 14532042. OLE color: 14532042.

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

Color convert

RGB 202 189 221 -
CMYK 0.09 0.14 0 0.13
HSL 264.38º 0.32% 0.8% -
HSV(B) 264.38º 0.14% 0.87% -
XYZ 55.61 54.17 75.93 -
YUV 196.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 202 189 221 0.09 0.14 0 0.13 264.38 0.32 0.8
Hex CA BD DD 9 E 0 D 108 20 50
Octal 312 275 335 11 16 0 15 410 40 120
Binary 11001010 10111101 11011101 1001 1110 0 1101 100001000 100000 1010000

Color Harmonies of #CABDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABDDD

Black with #CABDDD

Text Example


Text Example

White with #CABDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABDDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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