#CAFDE4

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

Shades of Humming Bird #CAFDE4

Tints of Humming Bird #CAFDE4

Color information

#CAFDE4 (or 0xCAFDE4) is unknown color: approx Humming Bird. HEX triplet: CA, FD and E4. RGB value is (202,253,228). Sum of RGB (Red+Green+Blue) = 202+253+228=683 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.58% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 228 (89.45% from 255 or 33.38% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDE4 is #35021B. Grayscale: #EAEAEA. Windows color (decimal): -3473948 or 15007178. OLE color: 15007178.

HSL color Cylindrical-coordinate representation of color #CAFDE4: hue angle of 150.59º 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 #CAFDE4 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB202253228-
CMYK0.2000.100.01
HSL150.59º92.73%89.22%-
HSV(B)150.59º20.16%99.22%-
XYZ73.4988.4186.59-
YUV234.9124.1104.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.58%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 228 (89.45% from 255) = 33.38%
R=29.58%
G=37.04%
B=33.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532280.2000.100.01150.5992.7389.22
HexCAFDE4140A1975d59
Octal312375344240121227135131
Binary110010101111110111100100101000101011001011110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDE4; }

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

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

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

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

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

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

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

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