Html Css Color HEX #CCEEE0 Humming Bird

📋 copy color: '#CCEEE0'

red 204 ◦ green 238 ◦ blue 224

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

Shades of Humming Bird #CCEEE0

Tints of Humming Bird #CCEEE0

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.74%

 BLUE value IS 224 (87.89% from 255) = 33.63%

R = 30.63%
G = 35.74%
B = 33.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#CCEEE0 (or 0xCCEEE0) is known color: Humming Bird. HEX triplet: CC, EE and E0. RGB value is (204,238,224). Sum of RGB (Red+Green+Blue) = 204+238+224=666 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.63% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 224 (87.89% from 255 or 33.63% from 666); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE0 is #33111F. Grayscale: #E2E2E2. Windows color (decimal): -3346720 or 14741196. OLE color: 14741196.

HSL color Cylindrical-coordinate representation of color #CCEEE0: hue angle of 155.29º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEE0 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 224 -
CMYK 0.14 0 0.06 0.07
HSL 155.29º 0.5% 0.87% -
HSV(B) 155.29º 0.14% 0.93% -
XYZ 68.93 79.37 82.21 -
YUV 226.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 204 238 224 0.14 0 0.06 0.07 155.29 0.5 0.87
Hex CC EE E0 E 0 6 7 9B 32 57
Octal 314 356 340 16 0 6 7 233 62 127
Binary 11001100 11101110 11100000 1110 0 110 111 10011011 110010 1010111

Color Harmonies of #CCEEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEE0

Black with #CCEEE0

Text Example


Text Example

White with #CCEEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEE0; }

 p { color: rgb(204,238,224); }

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

background-color css

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

 a { background-color: rgb(204,238,224); }

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

border-color css

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

 span { border-color: rgb(204,238,224); }

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