Html Css Color HEX #CCF2E5 Humming Bird

📋 copy color: '#CCF2E5'

red 204 ◦ green 242 ◦ blue 229

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

Shades of Humming Bird #CCF2E5

Tints of Humming Bird #CCF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.85%

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

R = 30.22%
G = 35.85%
B = 33.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#CCF2E5 (or 0xCCF2E5) is known color: Humming Bird. HEX triplet: CC, F2 and E5. RGB value is (204,242,229). Sum of RGB (Red+Green+Blue) = 204+242+229=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2E5 is #330D1A. Grayscale: #E5E5E5. Windows color (decimal): -3345691 or 15069900. OLE color: 15069900.

HSL color Cylindrical-coordinate representation of color #CCF2E5: hue angle of 159.47º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF2E5 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 229 -
CMYK 0.16 0 0.05 0.05
HSL 159.47º 0.59% 0.87% -
HSV(B) 159.47º 0.16% 0.95% -
XYZ 70.8 82 86.22 -
YUV 229.16 127.91 110.06 -
System Red Green Blue C M Y K H S L
Decimal 204 242 229 0.16 0 0.05 0.05 159.47 0.59 0.87
Hex CC F2 E5 10 0 5 5 9F 3B 57
Octal 314 362 345 20 0 5 5 237 73 127
Binary 11001100 11110010 11100101 10000 0 101 101 10011111 111011 1010111

Color Harmonies of #CCF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2E5

Black with #CCF2E5

Text Example


Text Example

White with #CCF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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