#CFEED8

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

Shades of Swans Down #CFEED8

Tints of Swans Down #CFEED8

Color information

#CFEED8 (or 0xCFEED8) is unknown color: approx Swans Down. HEX triplet: CF, EE and D8. RGB value is (207,238,216). Sum of RGB (Red+Green+Blue) = 207+238+216=661 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.32% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 216 (84.77% from 255 or 32.68% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED8 is #301127. Grayscale: #E2E2E2. Windows color (decimal): -3150120 or 14216911. OLE color: 14216911.

HSL color Cylindrical-coordinate representation of color #CFEED8: hue angle of 137.42º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFEED8 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB207238216-
CMYK0.1300.090.07
HSL137.42º47.69%87.25%-
HSV(B)137.42º13.03%93.33%-
XYZ68.779.3776.67-
YUV226.22122.23114.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.32%
GREEN value IS 238 (93.36% from 255) = 36.01%
BLUE value IS 216 (84.77% from 255) = 32.68%
R=31.32%
G=36.01%
B=32.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072382160.1300.090.07137.4247.6987.25
HexCFEED8D097893057
Octal31735633015011721160127
Binary110011111110111011011000110101001111100010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEED8; }

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

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

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

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

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

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

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

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