#CFE1D5

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

Shades of Mystic #CFE1D5

Tints of Mystic #CFE1D5

Color information

#CFE1D5 (or 0xCFE1D5) is unknown color: approx Mystic. HEX triplet: CF, E1 and D5. RGB value is (207,225,213). Sum of RGB (Red+Green+Blue) = 207+225+213=645 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.09% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE1D5 is #301E2A. Grayscale: #DADADA. Windows color (decimal): -3153451 or 14016975. OLE color: 14016975.

HSL color Cylindrical-coordinate representation of color #CFE1D5: hue angle of 140º degrees, saturation: 0.23, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CFE1D5 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB207225213-
CMYK0.0800.050.12
HSL140º23.08%84.71%-
HSV(B)140º8%88.24%-
XYZ64.6771.9273.42-
YUV218.25125.04119.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.09%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 213 (83.59% from 255) = 33.02%
R=32.09%
G=34.88%
B=33.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072252130.0800.050.1214023.0884.71
HexCFE1D5805C8c1755
Octal31734132510051421427125
Binary11001111111000011101010110000101110010001100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE1D5; }

 p { color: rgb(207,225,213); }

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

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

 a { background-color: rgb(207,225,213); }

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

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

 span { border-color: rgb(207,225,213); }

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