#CFE8DF

Color #CFE8DF Humming Bird (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Humming Bird #CFE8DF

Tints of Humming Bird #CFE8DF

Color information

#CFE8DF (or 0xCFE8DF) is unknown color: approx Humming Bird. HEX triplet: CF, E8 and DF. RGB value is (207,232,223). Sum of RGB (Red+Green+Blue) = 207+232+223=662 (87% of max value = 765). Red value is 207 (81.25% from 255 or 31.27% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8DF is #301720. Grayscale: #DFDFDF. Windows color (decimal): -3151649 or 14674127. OLE color: 14674127.

HSL color Cylindrical-coordinate representation of color #CFE8DF: hue angle of 158.4º degrees, saturation: 0.35, 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 #CFE8DF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB207232223-
CMYK0.1100.040.09
HSL158.4º35.21%86.08%-
HSV(B)158.4º10.78%90.98%-
XYZ67.9176.3180.96-
YUV223.5127.72116.23-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.27%
GREEN value IS 232 (91.02% from 255) = 35.05%
BLUE value IS 223 (87.5% from 255) = 33.69%
R=31.27%
G=35.05%
B=33.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072322230.1100.040.09158.435.2186.08
HexCFE8DFB0499e2356
Octal31735033713041123643126
Binary110011111110100011011111101101001001100111101000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8DF; }

 p { color: rgb(207,232,223); }

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

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

 a { background-color: rgb(207,232,223); }

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

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

 span { border-color: rgb(207,232,223); }

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