Html Css Color HEX #CCF8E5 Humming Bird

📋 copy color: '#CCF8E5'

red 204 ◦ green 248 ◦ blue 229

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

Shades of Humming Bird #CCF8E5

Tints of Humming Bird #CCF8E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 33.63%

R = 29.96%
G = 36.42%
B = 33.63%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.03

RGB Variations

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

Color information

#CCF8E5 (or 0xCCF8E5) is known color: Humming Bird. HEX triplet: CC, F8 and E5. RGB value is (204,248,229). Sum of RGB (Red+Green+Blue) = 204+248+229=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 248 (97.27% from 255 or 36.42% from 681); Blue value is 229 (89.84% from 255 or 33.63% from 681); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF8E5 is #33071A. Grayscale: #E8E8E8. Windows color (decimal): -3344155 or 15071436. OLE color: 15071436.

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

Color convert

RGB 204 248 229 -
CMYK 0.18 0 0.08 0.03
HSL 154.09º 0.76% 0.89% -
HSV(B) 154.09º 0.18% 0.97% -
XYZ 72.61 85.63 86.83 -
YUV 232.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 204 248 229 0.18 0 0.08 0.03 154.09 0.76 0.89
Hex CC F8 E5 12 0 8 3 9A 4C 59
Octal 314 370 345 22 0 10 3 232 114 131
Binary 11001100 11111000 11100101 10010 0 1000 11 10011010 1001100 1011001

Color Harmonies of #CCF8E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8E5

Black with #CCF8E5

Text Example


Text Example

White with #CCF8E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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