Html Css Color HEX #CCEAE2 Humming Bird

📋 copy color: '#CCEAE2'

red 204 ◦ green 234 ◦ blue 226

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

Shades of Humming Bird #CCEAE2

Tints of Humming Bird #CCEAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 35.24%

 BLUE value IS 226 (88.67% from 255) = 34.04%

R = 30.72%
G = 35.24%
B = 34.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#CCEAE2 (or 0xCCEAE2) is known color: Humming Bird. HEX triplet: CC, EA and E2. RGB value is (204,234,226). Sum of RGB (Red+Green+Blue) = 204+234+226=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 234 (91.80% from 255 or 35.24% from 664); Blue value is 226 (88.67% from 255 or 34.04% from 664); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEAE2 is #33151D. Grayscale: #E0E0E0. Windows color (decimal): -3347742 or 14871244. OLE color: 14871244.

HSL color Cylindrical-coordinate representation of color #CCEAE2: hue angle of 164º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEAE2 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 226 -
CMYK 0.13 0 0.03 0.08
HSL 164º 0.42% 0.86% -
HSV(B) 164º 0.13% 0.92% -
XYZ 68.05 77.17 83.26 -
YUV 224.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 204 234 226 0.13 0 0.03 0.08 164 0.42 0.86
Hex CC EA E2 D 0 3 8 A4 2A 56
Octal 314 352 342 15 0 3 10 244 52 126
Binary 11001100 11101010 11100010 1101 0 11 1000 10100100 101010 1010110

Color Harmonies of #CCEAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEAE2

Black with #CCEAE2

Text Example


Text Example

White with #CCEAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEAE2; }

 p { color: rgb(204,234,226); }

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

background-color css

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

 a { background-color: rgb(204,234,226); }

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

border-color css

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

 span { border-color: rgb(204,234,226); }

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