Html Css Color HEX #CCF2E8 Humming Bird

📋 copy color: '#CCF2E8'

red 204 ◦ green 242 ◦ blue 232

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

Shades of Humming Bird #CCF2E8

Tints of Humming Bird #CCF2E8

RGB

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

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

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

R = 30.09%
G = 35.69%
B = 34.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#CCF2E8 (or 0xCCF2E8) is known color: Humming Bird. HEX triplet: CC, F2 and E8. RGB value is (204,242,232). Sum of RGB (Red+Green+Blue) = 204+242+232=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 232 (91.02% from 255 or 34.22% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2E8 is #330D17. Grayscale: #E5E5E5. Windows color (decimal): -3345688 or 15266508. OLE color: 15266508.

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

Color convert

RGB 204 242 232 -
CMYK 0.16 0 0.04 0.05
HSL 164.21º 0.59% 0.87% -
HSV(B) 164.21º 0.16% 0.95% -
XYZ 71.22 82.17 88.45 -
YUV 229.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 204 242 232 0.16 0 0.04 0.05 164.21 0.59 0.87
Hex CC F2 E8 10 0 4 5 A4 3B 57
Octal 314 362 350 20 0 4 5 244 73 127
Binary 11001100 11110010 11101000 10000 0 100 101 10100100 111011 1010111

Color Harmonies of #CCF2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2E8

Black with #CCF2E8

Text Example


Text Example

White with #CCF2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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