Html Css Color HEX #CCC3DA Melrose

📋 copy color: '#CCC3DA'

red 204 ◦ green 195 ◦ blue 218

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

Shades of Melrose #CCC3DA

Tints of Melrose #CCC3DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 33.06%
G = 31.6%
B = 35.33%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CCC3DA (or 0xCCC3DA) is known color: Melrose. HEX triplet: CC, C3 and DA. RGB value is (204,195,218). Sum of RGB (Red+Green+Blue) = 204+195+218=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 195 (76.56% from 255 or 31.60% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC3DA is #333C25. Grayscale: #C8C8C8. Windows color (decimal): -3357734 or 14336972. OLE color: 14336972.

HSL color Cylindrical-coordinate representation of color #CCC3DA: hue angle of 263.48º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCC3DA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 195 218 -
CMYK 0.06 0.11 0 0.15
HSL 263.48º 0.24% 0.81% -
HSV(B) 263.48º 0.11% 0.85% -
XYZ 57.07 56.93 74.31 -
YUV 200.31 137.98 130.63 -
System Red Green Blue C M Y K H S L
Decimal 204 195 218 0.06 0.11 0 0.15 263.48 0.24 0.81
Hex CC C3 DA 6 B 0 F 107 18 51
Octal 314 303 332 6 13 0 17 407 30 121
Binary 11001100 11000011 11011010 110 1011 0 1111 100000111 11000 1010001

Color Harmonies of #CCC3DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC3DA

Black with #CCC3DA

Text Example


Text Example

White with #CCC3DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC3DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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