#CFE7D8

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

Shades of Mystic #CFE7D8

Tints of Mystic #CFE7D8

Color information

#CFE7D8 (or 0xCFE7D8) is unknown color: approx Mystic. HEX triplet: CF, E7 and D8. RGB value is (207,231,216). Sum of RGB (Red+Green+Blue) = 207+231+216=654 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.65% from 654); Green value is 231 (90.62% from 255 or 35.32% from 654); Blue value is 216 (84.77% from 255 or 33.03% from 654); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7D8 is #301827. Grayscale: #DEDEDE. Windows color (decimal): -3151912 or 14215119. OLE color: 14215119.

HSL color Cylindrical-coordinate representation of color #CFE7D8: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFE7D8 is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB207231216-
CMYK0.1000.060.09
HSL142.5º33.33%85.88%-
HSV(B)142.5º10.39%90.59%-
XYZ66.775.3876-
YUV222.11124.55117.22-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.65%
GREEN value IS 231 (90.62% from 255) = 35.32%
BLUE value IS 216 (84.77% from 255) = 33.03%
R=31.65%
G=35.32%
B=33.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072312160.1000.060.09142.533.3385.88
HexCFE7D8A0698e2156
Octal31734733012061121641126
Binary110011111110011111011000101001101001100011101000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7D8; }

 p { color: rgb(207,231,216); }

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

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

 a { background-color: rgb(207,231,216); }

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

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

 span { border-color: rgb(207,231,216); }

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