Html Css Color HEX #CCBDC2 Melanie

📋 copy color: '#CCBDC2'

red 204 ◦ green 189 ◦ blue 194

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

Shades of Melanie #CCBDC2

Tints of Melanie #CCBDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 33.05%

R = 34.75%
G = 32.2%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.05

 K value IS 0.2

RGB Variations

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

Color information

#CCBDC2 (or 0xCCBDC2) is known color: Melanie. HEX triplet: CC, BD and C2. RGB value is (204,189,194). Sum of RGB (Red+Green+Blue) = 204+189+194=587 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.75% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 194 (76.17% from 255 or 33.05% from 587); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDC2 is #33423D. Grayscale: #C2C2C2. Windows color (decimal): -3359294 or 12762572. OLE color: 12762572.

HSL color Cylindrical-coordinate representation of color #CCBDC2: hue angle of 340º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDC2 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 189 194 -
CMYK 0 0.07 0.05 0.2
HSL 340º 0.13% 0.77% -
HSV(B) 340º 0.07% 0.8% -
XYZ 52.84 53.13 58.51 -
YUV 194.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 204 189 194 0 0.07 0.05 0.2 340 0.13 0.77
Hex CC BD C2 0 7 5 14 154 D 4D
Octal 314 275 302 0 7 5 24 524 15 115
Binary 11001100 10111101 11000010 0 111 101 10100 101010100 1101 1001101

Color Harmonies of #CCBDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBDC2

Black with #CCBDC2

Text Example


Text Example

White with #CCBDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBDC2; }

 p { color: rgb(204,189,194); }

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

background-color css

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

 a { background-color: rgb(204,189,194); }

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

border-color css

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

 span { border-color: rgb(204,189,194); }

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