Html Css Color HEX #CCC8D3 Melrose

📋 copy color: '#CCC8D3'

red 204 ◦ green 200 ◦ blue 211

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

Shades of Melrose #CCC8D3

Tints of Melrose #CCC8D3

RGB

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

 GREEN value IS 200 (78.52% from 255) = 32.52%

 BLUE value IS 211 (82.81% from 255) = 34.31%

R = 33.17%
G = 32.52%
B = 34.31%

CMYK

 C value IS 0.03

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#CCC8D3 (or 0xCCC8D3) is known color: Melrose. HEX triplet: CC, C8 and D3. RGB value is (204,200,211). Sum of RGB (Red+Green+Blue) = 204+200+211=615 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.17% from 615); Green value is 200 (78.52% from 255 or 32.52% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8D3 is #33372C. Grayscale: #CACACA. Windows color (decimal): -3356461 or 13879500. OLE color: 13879500.

HSL color Cylindrical-coordinate representation of color #CCC8D3: hue angle of 261.82º degrees, saturation: 0.11, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCC8D3 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 200 211 -
CMYK 0.03 0.05 0 0.17
HSL 261.82º 0.11% 0.81% -
HSV(B) 261.82º 0.05% 0.83% -
XYZ 57.31 58.85 69.97 -
YUV 202.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 204 200 211 0.03 0.05 0 0.17 261.82 0.11 0.81
Hex CC C8 D3 3 5 0 11 106 B 51
Octal 314 310 323 3 5 0 21 406 13 121
Binary 11001100 11001000 11010011 11 101 0 10001 100000110 1011 1010001

Color Harmonies of #CCC8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC8D3

Black with #CCC8D3

Text Example


Text Example

White with #CCC8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC8D3; }

 p { color: rgb(204,200,211); }

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

background-color css

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

 a { background-color: rgb(204,200,211); }

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

border-color css

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

 span { border-color: rgb(204,200,211); }

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