#CFFDEB

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

Shades of Humming Bird #CFFDEB

Tints of Humming Bird #CFFDEB

Color information

#CFFDEB (or 0xCFFDEB) is unknown color: approx Humming Bird. HEX triplet: CF, FD and EB. RGB value is (207,253,235). Sum of RGB (Red+Green+Blue) = 207+253+235=695 (92% of max value = 765). Red value is 207 (81.25% from 255 or 29.78% from 695); Green value is 253 (99.22% from 255 or 36.40% from 695); Blue value is 235 (92.19% from 255 or 33.81% from 695); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFDEB is #300214. Grayscale: #EDEDED. Windows color (decimal): -3146261 or 15465935. OLE color: 15465935.

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

Color convert

RGB207253235-
CMYK0.1800.070.01
HSL156.52º92%90.2%-
HSV(B)156.52º18.18%99.22%-
XYZ75.8589.5191.88-
YUV237.19126.76106.46-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 29.78%
GREEN value IS 253 (99.22% from 255) = 36.40%
BLUE value IS 235 (92.19% from 255) = 33.81%
R=29.78%
G=36.40%
B=33.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532350.1800.070.01156.529290.2
HexCFFDEB120719d5c5a
Octal31737535322071235134132
Binary11001111111111011110101110010011111001110110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDEB; }

 p { color: rgb(207,253,235); }

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

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

 a { background-color: rgb(207,253,235); }

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

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

 span { border-color: rgb(207,253,235); }

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