#CAFCE4

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

Shades of Humming Bird #CAFCE4

Tints of Humming Bird #CAFCE4

Color information

#CAFCE4 (or 0xCAFCE4) is unknown color: approx Humming Bird. HEX triplet: CA, FC and E4. RGB value is (202,252,228). Sum of RGB (Red+Green+Blue) = 202+252+228=682 (90% of max value = 765). Red value is 202 (79.30% from 255 or 29.62% from 682); Green value is 252 (98.83% from 255 or 36.95% from 682); Blue value is 228 (89.45% from 255 or 33.43% from 682); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCE4 is #35031B. Grayscale: #EAEAEA. Windows color (decimal): -3474204 or 15006922. OLE color: 15006922.

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

Color convert

RGB202252228-
CMYK0.2000.100.01
HSL151.2º89.29%89.02%-
HSV(B)151.2º19.84%98.82%-
XYZ73.1787.7886.49-
YUV234.31124.44104.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.62%
GREEN value IS 252 (98.83% from 255) = 36.95%
BLUE value IS 228 (89.45% from 255) = 33.43%
R=29.62%
G=36.95%
B=33.43%

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
Decimal2022522280.2000.100.01151.289.2989.02
HexCAFCE4140A1975959
Octal312374344240121227131131
Binary110010101111110011100100101000101011001011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCE4; }

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

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

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

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

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

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

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

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