#CFDDD3

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

Shades of Mystic #CFDDD3

Tints of Mystic #CFDDD3

Color information

#CFDDD3 (or 0xCFDDD3) is unknown color: approx Mystic. HEX triplet: CF, DD and D3. RGB value is (207,221,211). Sum of RGB (Red+Green+Blue) = 207+221+211=639 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.39% from 639); Green value is 221 (86.72% from 255 or 34.59% from 639); Blue value is 211 (82.81% from 255 or 33.02% from 639); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFDDD3 is #30222C. Grayscale: #D7D7D7. Windows color (decimal): -3154477 or 13884879. OLE color: 13884879.

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

Color convert

RGB207221211-
CMYK0.0600.050.13
HSL137.14º17.07%83.92%-
HSV(B)137.14º6.33%86.67%-
XYZ63.3569.6871.74-
YUV215.67125.36121.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.39%
GREEN value IS 221 (86.72% from 255) = 34.59%
BLUE value IS 211 (82.81% from 255) = 33.02%
R=32.39%
G=34.59%
B=33.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072212110.0600.050.13137.1417.0783.92
HexCFDDD3605D891154
Octal3173353236051521121124
Binary1100111111011101110100111100101110110001001100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFDDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFDDD3; }

 p { color: rgb(207,221,211); }

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

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

 a { background-color: rgb(207,221,211); }

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

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

 span { border-color: rgb(207,221,211); }

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