Html Css Color HEX #CCF2E6 Humming Bird

📋 copy color: '#CCF2E6'

red 204 ◦ green 242 ◦ blue 230

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

Shades of Humming Bird #CCF2E6

Tints of Humming Bird #CCF2E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.02%

R = 30.18%
G = 35.8%
B = 34.02%

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

#CCF2E6 (or 0xCCF2E6) is known color: Humming Bird. HEX triplet: CC, F2 and E6. RGB value is (204,242,230). Sum of RGB (Red+Green+Blue) = 204+242+230=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 230 (90.23% from 255 or 34.02% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF2E6 is #330D19. Grayscale: #E5E5E5. Windows color (decimal): -3345690 or 15135436. OLE color: 15135436.

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

Color convert

RGB 204 242 230 -
CMYK 0.16 0 0.05 0.05
HSL 161.05º 0.59% 0.87% -
HSV(B) 161.05º 0.16% 0.95% -
XYZ 70.94 82.05 86.96 -
YUV 229.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 204 242 230 0.16 0 0.05 0.05 161.05 0.59 0.87
Hex CC F2 E6 10 0 5 5 A1 3B 57
Octal 314 362 346 20 0 5 5 241 73 127
Binary 11001100 11110010 11100110 10000 0 101 101 10100001 111011 1010111

Color Harmonies of #CCF2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2E6

Black with #CCF2E6

Text Example


Text Example

White with #CCF2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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