#CCDED4

Color #CCDED4 Mystic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mystic #CCDED4

Tints of Mystic #CCDED4

Color information

#CCDED4 (or 0xCCDED4) is unknown color: approx Mystic. HEX triplet: CC, DE and D4. RGB value is (204,222,212). Sum of RGB (Red+Green+Blue) = 204+222+212=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 222 (87.11% from 255 or 34.80% from 638); Blue value is 212 (83.20% from 255 or 33.23% from 638); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDED4 is #33212B. Grayscale: #D7D7D7. Windows color (decimal): -3350828 or 13950668. OLE color: 13950668.

HSL color Cylindrical-coordinate representation of color #CCDED4: hue angle of 146.67º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDED4 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB204222212-
CMYK0.0800.050.13
HSL146.67º21.43%83.53%-
HSV(B)146.67º8.11%87.06%-
XYZ62.9169.8372.45-
YUV215.48126.04119.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 222 (87.11% from 255) = 34.80%
BLUE value IS 212 (83.20% from 255) = 33.23%
R=31.97%
G=34.80%
B=33.23%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042222120.0800.050.13146.6721.4383.53
HexCCDED4805D931554
Octal31433632410051522325124
Binary11001100110111101101010010000101110110010011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDED4; }

 p { color: rgb(204,222,212); }

 H1.HeaderClassName
 {
   color: #CCDED4;
 }
 .AnyTagClassName
 {
   color: #CCDED4;
 }
</style>
background-color css

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

 a { background-color: rgb(204,222,212); }

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

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

 span { border-color: rgb(204,222,212); }

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