#CFEFD8

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

Shades of Swans Down #CFEFD8

Tints of Swans Down #CFEFD8

Color information

#CFEFD8 (or 0xCFEFD8) is unknown color: approx Swans Down. HEX triplet: CF, EF and D8. RGB value is (207,239,216). Sum of RGB (Red+Green+Blue) = 207+239+216=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 216 (84.77% from 255 or 32.63% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFD8 is #301027. Grayscale: #E2E2E2. Windows color (decimal): -3149864 or 14217167. OLE color: 14217167.

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

Color convert

RGB207239216-
CMYK0.1300.100.06
HSL136.88º50%87.45%-
HSV(B)136.88º13.39%93.73%-
XYZ68.9979.9676.76-
YUV226.81121.9113.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 239 (93.75% from 255) = 36.10%
BLUE value IS 216 (84.77% from 255) = 32.63%
R=31.27%
G=36.10%
B=32.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072392160.1300.100.06136.885087.45
HexCFEFD8D0A6893257
Octal31735733015012621162127
Binary110011111110111111011000110101010110100010011100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFD8; }

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

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

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

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

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

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

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

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