Html Css Color HEX #CCC3DB Melrose

📋 copy color: '#CCC3DB'

red 204 ◦ green 195 ◦ blue 219

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

Shades of Melrose #CCC3DB

Tints of Melrose #CCC3DB

RGB

 RED value IS 204 (80.08% from 255) = 33.01%

 GREEN value IS 195 (76.56% from 255) = 31.55%

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 33.01%
G = 31.55%
B = 35.44%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CCC3DB (or 0xCCC3DB) is known color: Melrose. HEX triplet: CC, C3 and DB. RGB value is (204,195,219). Sum of RGB (Red+Green+Blue) = 204+195+219=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 195 (76.56% from 255 or 31.55% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 219 - color contains mainly: blue. Hex color #CCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DB is #333C24. Grayscale: #C8C8C8. Windows color (decimal): -3357733 or 14402508. OLE color: 14402508.

HSL color Cylindrical-coordinate representation of color #CCC3DB: hue angle of 262.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC3DB is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 195 219 -
CMYK 0.07 0.11 0 0.14
HSL 262.5º 0.25% 0.81% -
HSV(B) 262.5º 0.11% 0.86% -
XYZ 57.2 56.98 75 -
YUV 200.43 138.48 130.55 -
System Red Green Blue C M Y K H S L
Decimal 204 195 219 0.07 0.11 0 0.14 262.5 0.25 0.81
Hex CC C3 DB 7 B 0 E 106 19 51
Octal 314 303 333 7 13 0 16 406 31 121
Binary 11001100 11000011 11011011 111 1011 0 1110 100000110 11001 1010001

Color Harmonies of #CCC3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3DB

Black with #CCC3DB

Text Example


Text Example

White with #CCC3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3DB; }

 p { color: rgb(204,195,219); }

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

background-color css

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

 a { background-color: rgb(204,195,219); }

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

border-color css

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

 span { border-color: rgb(204,195,219); }

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