Html Css Color HEX #CCF8ED Humming Bird

📋 copy color: '#CCF8ED'

red 204 ◦ green 248 ◦ blue 237

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

Shades of Humming Bird #CCF8ED

Tints of Humming Bird #CCF8ED

RGB

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

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

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

R = 29.61%
G = 35.99%
B = 34.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#CCF8ED (or 0xCCF8ED) is known color: Humming Bird. HEX triplet: CC, F8 and ED. RGB value is (204,248,237). Sum of RGB (Red+Green+Blue) = 204+248+237=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8ED is #330712. Grayscale: #E9E9E9. Windows color (decimal): -3344147 or 15595724. OLE color: 15595724.

HSL color Cylindrical-coordinate representation of color #CCF8ED: hue angle of 165º 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 #CCF8ED is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 237 -
CMYK 0.18 0 0.04 0.03
HSL 165º 0.76% 0.89% -
HSV(B) 165º 0.18% 0.97% -
XYZ 73.76 86.09 92.85 -
YUV 233.59 129.92 106.89 -
System Red Green Blue C M Y K H S L
Decimal 204 248 237 0.18 0 0.04 0.03 165 0.76 0.89
Hex CC F8 ED 12 0 4 3 A5 4C 59
Octal 314 370 355 22 0 4 3 245 114 131
Binary 11001100 11111000 11101101 10010 0 100 11 10100101 1001100 1011001

Color Harmonies of #CCF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8ED

Black with #CCF8ED

Text Example


Text Example

White with #CCF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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