#CCDAD1

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

Shades of Mystic #CCDAD1

Tints of Mystic #CCDAD1

Color information

#CCDAD1 (or 0xCCDAD1) is unknown color: approx Mystic. HEX triplet: CC, DA and D1. RGB value is (204,218,209). Sum of RGB (Red+Green+Blue) = 204+218+209=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 218 (85.55% from 255 or 34.55% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDAD1 is #33252E. Grayscale: #D4D4D4. Windows color (decimal): -3351855 or 13753036. OLE color: 13753036.

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

Color convert

RGB204218209-
CMYK0.0600.040.15
HSL141.43º15.91%82.75%-
HSV(B)141.43º6.42%85.49%-
XYZ61.4867.5870.13-
YUV212.79125.86121.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 218 (85.55% from 255) = 34.55%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=32.33%
G=34.55%
B=33.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042182090.0600.040.15141.4315.9182.75
HexCCDAD1604F8d1053
Octal3143323216041721520123
Binary1100110011011010110100011100100111110001101100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCDAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCDAD1; }

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

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

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

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

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

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

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

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