Html Css Color HEX #CCF8EC Humming Bird

📋 copy color: '#CCF8EC'

red 204 ◦ green 248 ◦ blue 236

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

Shades of Humming Bird #CCF8EC

Tints of Humming Bird #CCF8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.05%

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

R = 29.65%
G = 36.05%
B = 34.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#CCF8EC (or 0xCCF8EC) is known color: Humming Bird. HEX triplet: CC, F8 and EC. RGB value is (204,248,236). Sum of RGB (Red+Green+Blue) = 204+248+236=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 248 (97.27% from 255 or 36.05% from 688); Blue value is 236 (92.58% from 255 or 34.30% from 688); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8EC is #330713. Grayscale: #E9E9E9. Windows color (decimal): -3344148 or 15530188. OLE color: 15530188.

HSL color Cylindrical-coordinate representation of color #CCF8EC: hue angle of 163.64º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8EC is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 236 -
CMYK 0.18 0 0.05 0.03
HSL 163.64º 0.76% 0.89% -
HSV(B) 163.64º 0.18% 0.97% -
XYZ 73.61 86.03 92.08 -
YUV 233.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 204 248 236 0.18 0 0.05 0.03 163.64 0.76 0.89
Hex CC F8 EC 12 0 5 3 A4 4C 59
Octal 314 370 354 22 0 5 3 244 114 131
Binary 11001100 11111000 11101100 10010 0 101 11 10100100 1001100 1011001

Color Harmonies of #CCF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8EC

Black with #CCF8EC

Text Example


Text Example

White with #CCF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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