#CFE9D0

Color #CFE9D0 Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #CFE9D0

Tints of Aqua Squeeze #CFE9D0

Color information

#CFE9D0 (or 0xCFE9D0) is unknown color: approx Aqua Squeeze. HEX triplet: CF, E9 and D0. RGB value is (207,233,208). Sum of RGB (Red+Green+Blue) = 207+233+208=648 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.94% from 648); Green value is 233 (91.41% from 255 or 35.96% from 648); Blue value is 208 (81.64% from 255 or 32.10% from 648); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9D0 is #30162F. Grayscale: #DEDEDE. Windows color (decimal): -3151408 or 13691343. OLE color: 13691343.

HSL color Cylindrical-coordinate representation of color #CFE9D0: hue angle of 122.31º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CFE9D0 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB207233208-
CMYK0.1100.110.09
HSL122.31º37.14%86.27%-
HSV(B)122.31º11.16%91.37%-
XYZ66.2676.170.87-
YUV222.38119.89117.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.94%
GREEN value IS 233 (91.41% from 255) = 35.96%
BLUE value IS 208 (81.64% from 255) = 32.10%
R=31.94%
G=35.96%
B=32.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072332080.1100.110.09122.3137.1486.27
HexCFE9D0B0B97a2556
Octal317351320130131117245126
Binary110011111110100111010000101101011100111110101001011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9D0; }

 p { color: rgb(207,233,208); }

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

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

 a { background-color: rgb(207,233,208); }

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

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

 span { border-color: rgb(207,233,208); }

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