Html Css Color HEX #CCF7ED Humming Bird

📋 copy color: '#CCF7ED'

red 204 ◦ green 247 ◦ blue 237

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

Shades of Humming Bird #CCF7ED

Tints of Humming Bird #CCF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.9%

 BLUE value IS 237 (92.97% from 255) = 34.45%

R = 29.65%
G = 35.9%
B = 34.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#CCF7ED (or 0xCCF7ED) is known color: Humming Bird. HEX triplet: CC, F7 and ED. RGB value is (204,247,237). Sum of RGB (Red+Green+Blue) = 204+247+237=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 237 (92.97% from 255 or 34.45% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7ED is #330812. Grayscale: #E8E8E8. Windows color (decimal): -3344403 or 15595468. OLE color: 15595468.

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

Color convert

RGB 204 247 237 -
CMYK 0.17 0 0.04 0.03
HSL 166.05º 0.73% 0.88% -
HSV(B) 166.05º 0.17% 0.97% -
XYZ 73.45 85.47 92.75 -
YUV 233 130.25 107.31 -
System Red Green Blue C M Y K H S L
Decimal 204 247 237 0.17 0 0.04 0.03 166.05 0.73 0.88
Hex CC F7 ED 11 0 4 3 A6 49 58
Octal 314 367 355 21 0 4 3 246 111 130
Binary 11001100 11110111 11101101 10001 0 100 11 10100110 1001001 1011000

Color Harmonies of #CCF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7ED

Black with #CCF7ED

Text Example


Text Example

White with #CCF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7ED; }

 p { color: rgb(204,247,237); }

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

background-color css

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

 a { background-color: rgb(204,247,237); }

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

border-color css

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

 span { border-color: rgb(204,247,237); }

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