#CEFDF1

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

Shades of Humming Bird #CEFDF1

Tints of Humming Bird #CEFDF1

Color information

#CEFDF1 (or 0xCEFDF1) is unknown color: approx Humming Bird. HEX triplet: CE, FD and F1. RGB value is (206,253,241). Sum of RGB (Red+Green+Blue) = 206+253+241=700 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.43% from 700); Green value is 253 (99.22% from 255 or 36.14% from 700); Blue value is 241 (94.53% from 255 or 34.43% from 700); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFDF1 is #31020E. Grayscale: #EDEDED. Windows color (decimal): -3211791 or 15859150. OLE color: 15859150.

HSL color Cylindrical-coordinate representation of color #CEFDF1: hue angle of 164.68º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEFDF1 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB206253241-
CMYK0.1900.050.01
HSL164.68º92.16%90%-
HSV(B)164.68º18.58%99.22%-
XYZ76.4689.7296.51-
YUV237.58129.93105.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.43%
GREEN value IS 253 (99.22% from 255) = 36.14%
BLUE value IS 241 (94.53% from 255) = 34.43%
R=29.43%
G=36.14%
B=34.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062532410.1900.050.01164.6892.1690
HexCEFDF113051a55c5a
Octal31637536123051245134132
Binary11001110111111011111000110011010111010010110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDF1; }

 p { color: rgb(206,253,241); }

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

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

 a { background-color: rgb(206,253,241); }

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

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

 span { border-color: rgb(206,253,241); }

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