Html Css Color HEX #CCF5EC Humming Bird

📋 copy color: '#CCF5EC'

red 204 ◦ green 245 ◦ blue 236

#CCF5EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Humming Bird #CCF5EC

Tints of Humming Bird #CCF5EC

RGB

 RED value IS 204 (80.08% from 255) = 29.78%

 GREEN value IS 245 (96.09% from 255) = 35.77%

 BLUE value IS 236 (92.58% from 255) = 34.45%

R = 29.78%
G = 35.77%
B = 34.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#CCF5EC (or 0xCCF5EC) is known color: Humming Bird. HEX triplet: CC, F5 and EC. RGB value is (204,245,236). Sum of RGB (Red+Green+Blue) = 204+245+236=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF5EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF5EC is #330A13. Grayscale: #E7E7E7. Windows color (decimal): -3344916 or 15529420. OLE color: 15529420.

HSL color Cylindrical-coordinate representation of color #CCF5EC: hue angle of 166.83º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF5EC is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 236 -
CMYK 0.17 0 0.04 0.04
HSL 166.83º 0.67% 0.88% -
HSV(B) 166.83º 0.17% 0.96% -
XYZ 72.69 84.2 91.78 -
YUV 231.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 204 245 236 0.17 0 0.04 0.04 166.83 0.67 0.88
Hex CC F5 EC 11 0 4 4 A7 43 58
Octal 314 365 354 21 0 4 4 247 103 130
Binary 11001100 11110101 11101100 10001 0 100 100 10100111 1000011 1011000

Color Harmonies of #CCF5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF5EC

Black with #CCF5EC

Text Example


Text Example

White with #CCF5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF5EC; }

 p { color: rgb(204,245,236); }

 H1.HeaderClassName
 {
   color: #CCF5EC;
 }
 .AnyTagClassName
 {
   color: #CCF5EC;
 }
</style>

background-color css

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

 a { background-color: rgb(204,245,236); }

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

border-color css

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

 span { border-color: rgb(204,245,236); }

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