#CAFDED

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

Shades of Humming Bird #CAFDED

Tints of Humming Bird #CAFDED

Color information

#CAFDED (or 0xCAFDED) is unknown color: approx Humming Bird. HEX triplet: CA, FD and ED. RGB value is (202,253,237). Sum of RGB (Red+Green+Blue) = 202+253+237=692 (91% of max value = 765). Red value is 202 (79.30% from 255 or 29.19% from 692); Green value is 253 (99.22% from 255 or 36.56% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDED is #350212. Grayscale: #EBEBEB. Windows color (decimal): -3473939 or 15597002. OLE color: 15597002.

HSL color Cylindrical-coordinate representation of color #CAFDED: hue angle of 161.18º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFDED is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB202253237-
CMYK0.2000.060.01
HSL161.18º92.73%89.22%-
HSV(B)161.18º20.16%99.22%-
XYZ74.7788.9293.34-
YUV235.93128.6103.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.19%
GREEN value IS 253 (99.22% from 255) = 36.56%
BLUE value IS 237 (92.97% from 255) = 34.25%
R=29.19%
G=36.56%
B=34.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532370.2000.060.01161.1892.7389.22
HexCAFDED14061a15d59
Octal31237535524061241135131
Binary11001010111111011110110110100011011010000110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDED; }

 p { color: rgb(202,253,237); }

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

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

 a { background-color: rgb(202,253,237); }

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

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

 span { border-color: rgb(202,253,237); }

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