Html Css Color HEX #CCFAE8 Humming Bird

📋 copy color: '#CCFAE8'

red 204 ◦ green 250 ◦ blue 232

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

Shades of Humming Bird #CCFAE8

Tints of Humming Bird #CCFAE8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.44%

 BLUE value IS 232 (91.02% from 255) = 33.82%

R = 29.74%
G = 36.44%
B = 33.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#CCFAE8 (or 0xCCFAE8) is known color: Humming Bird. HEX triplet: CC, FA and E8. RGB value is (204,250,232). Sum of RGB (Red+Green+Blue) = 204+250+232=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 250 (98.05% from 255 or 36.44% from 686); Blue value is 232 (91.02% from 255 or 33.82% from 686); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFAE8 is #330517. Grayscale: #EAEAEA. Windows color (decimal): -3343640 or 15268556. OLE color: 15268556.

HSL color Cylindrical-coordinate representation of color #CCFAE8: hue angle of 156.52º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCFAE8 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 250 232 -
CMYK 0.18 0 0.07 0.02
HSL 156.52º 0.82% 0.89% -
HSV(B) 156.52º 0.18% 0.98% -
XYZ 73.65 87.03 89.26 -
YUV 234.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 204 250 232 0.18 0 0.07 0.02 156.52 0.82 0.89
Hex CC FA E8 12 0 7 2 9D 52 59
Octal 314 372 350 22 0 7 2 235 122 131
Binary 11001100 11111010 11101000 10010 0 111 10 10011101 1010010 1011001

Color Harmonies of #CCFAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFAE8

Black with #CCFAE8

Text Example


Text Example

White with #CCFAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFAE8; }

 p { color: rgb(204,250,232); }

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

background-color css

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

 a { background-color: rgb(204,250,232); }

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

border-color css

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

 span { border-color: rgb(204,250,232); }

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