#C7FDDF

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

Shades of White Ice #C7FDDF

Tints of White Ice #C7FDDF

Color information

#C7FDDF (or 0xC7FDDF) is unknown color: approx White Ice. HEX triplet: C7, FD and DF. RGB value is (199,253,223). Sum of RGB (Red+Green+Blue) = 199+253+223=675 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.48% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 223 (87.5% from 255 or 33.04% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #C7FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7FDDF is #380220. Grayscale: #E9E9E9. Windows color (decimal): -3670561 or 14679495. OLE color: 14679495.

HSL color Cylindrical-coordinate representation of color #C7FDDF: hue angle of 146.67º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C7FDDF is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB199253223-
CMYK0.2100.120.01
HSL146.67º93.1%88.63%-
HSV(B)146.67º21.34%99.22%-
XYZ7287.7282.95-
YUV233.43122.11103.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 29.48%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 223 (87.5% from 255) = 33.04%
R=29.48%
G=37.48%
B=33.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1992532230.2100.120.01146.6793.188.63
HexC7FDDF150C1935d59
Octal307375337250141223135131
Binary110001111111110111011111101010110011001001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7FDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7FDDF; }

 p { color: rgb(199,253,223); }

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

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

 a { background-color: rgb(199,253,223); }

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

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

 span { border-color: rgb(199,253,223); }

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