#CFEED7

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

Shades of Swans Down #CFEED7

Tints of Swans Down #CFEED7

Color information

#CFEED7 (or 0xCFEED7) is unknown color: approx Swans Down. HEX triplet: CF, EE and D7. RGB value is (207,238,215). Sum of RGB (Red+Green+Blue) = 207+238+215=660 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.36% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 215 (84.38% from 255 or 32.58% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEED7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEED7 is #301128. Grayscale: #E2E2E2. Windows color (decimal): -3150121 or 14151375. OLE color: 14151375.

HSL color Cylindrical-coordinate representation of color #CFEED7: hue angle of 135.48º 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 #CFEED7 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB207238215-
CMYK0.1300.100.07
HSL135.48º47.69%87.25%-
HSV(B)135.48º13.03%93.33%-
XYZ68.5779.3275.99-
YUV226.11121.73114.37-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.36%
GREEN value IS 238 (93.36% from 255) = 36.06%
BLUE value IS 215 (84.38% from 255) = 32.58%
R=31.36%
G=36.06%
B=32.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072382150.1300.100.07135.4847.6987.25
HexCFEED7D0A7873057
Octal31735632715012720760127
Binary110011111110111011010111110101010111100001111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEED7; }

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

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

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

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

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

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

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

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