Html Css Color HEX #CCEEE1 Humming Bird

📋 copy color: '#CCEEE1'

red 204 ◦ green 238 ◦ blue 225

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

Shades of Humming Bird #CCEEE1

Tints of Humming Bird #CCEEE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.73%

R = 30.58%
G = 35.68%
B = 33.73%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#CCEEE1 (or 0xCCEEE1) is known color: Humming Bird. HEX triplet: CC, EE and E1. RGB value is (204,238,225). Sum of RGB (Red+Green+Blue) = 204+238+225=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 225 (88.28% from 255 or 33.73% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEE1 is #33111E. Grayscale: #E2E2E2. Windows color (decimal): -3346719 or 14806732. OLE color: 14806732.

HSL color Cylindrical-coordinate representation of color #CCEEE1: hue angle of 157.06º 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 #CCEEE1 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 225 -
CMYK 0.14 0 0.05 0.07
HSL 157.06º 0.5% 0.87% -
HSV(B) 157.06º 0.14% 0.93% -
XYZ 69.07 79.42 82.92 -
YUV 226.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 204 238 225 0.14 0 0.05 0.07 157.06 0.5 0.87
Hex CC EE E1 E 0 5 7 9D 32 57
Octal 314 356 341 16 0 5 7 235 62 127
Binary 11001100 11101110 11100001 1110 0 101 111 10011101 110010 1010111

Color Harmonies of #CCEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEEE1

Black with #CCEEE1

Text Example


Text Example

White with #CCEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEEE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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