#CDFFE7

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

Shades of White Ice #CDFFE7

Tints of White Ice #CDFFE7

Color information

#CDFFE7 (or 0xCDFFE7) is unknown color: approx White Ice. HEX triplet: CD, FF and E7. RGB value is (205,255,231). Sum of RGB (Red+Green+Blue) = 205+255+231=691 (91% of max value = 765). Red value is 205 (80.47% from 255 or 29.67% from 691); Green value is 255 (100% from 255 or 36.90% from 691); Blue value is 231 (90.62% from 255 or 33.43% from 691); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDFFE7 is #320018. Grayscale: #EDEDED. Windows color (decimal): -3276825 or 15204301. OLE color: 15204301.

HSL color Cylindrical-coordinate representation of color #CDFFE7: hue angle of 151.2º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFE7 is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB205255231-
CMYK0.2000.090
HSL151.2º100%90.2%-
HSV(B)151.2º19.61%100%-
XYZ75.3690.2789.05-
YUV237.31124.44104.95-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 29.67%
GREEN value IS 255 (100% from 255) = 36.90%
BLUE value IS 231 (90.62% from 255) = 33.43%
R=29.67%
G=36.90%
B=33.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052552310.2000.090151.210090.2
HexCDFFE71409097645a
Octal315377347240110227144132
Binary110011011111111111100111101000100101001011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFE7; }

 p { color: rgb(205,255,231); }

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

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

 a { background-color: rgb(205,255,231); }

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

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

 span { border-color: rgb(205,255,231); }

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