Html Css Color HEX #CCF2E3 Humming Bird

📋 copy color: '#CCF2E3'

red 204 ◦ green 242 ◦ blue 227

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

Shades of Humming Bird #CCF2E3

Tints of Humming Bird #CCF2E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 33.73%

R = 30.31%
G = 35.96%
B = 33.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#CCF2E3 (or 0xCCF2E3) is known color: Humming Bird. HEX triplet: CC, F2 and E3. RGB value is (204,242,227). Sum of RGB (Red+Green+Blue) = 204+242+227=673 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.31% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 227 (89.06% from 255 or 33.73% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2E3 is #330D1C. Grayscale: #E4E4E4. Windows color (decimal): -3345693 or 14938828. OLE color: 14938828.

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

Color convert

RGB 204 242 227 -
CMYK 0.16 0 0.06 0.05
HSL 156.32º 0.59% 0.87% -
HSV(B) 156.32º 0.16% 0.95% -
XYZ 70.52 81.89 84.76 -
YUV 228.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 204 242 227 0.16 0 0.06 0.05 156.32 0.59 0.87
Hex CC F2 E3 10 0 6 5 9C 3B 57
Octal 314 362 343 20 0 6 5 234 73 127
Binary 11001100 11110010 11100011 10000 0 110 101 10011100 111011 1010111

Color Harmonies of #CCF2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF2E3

Black with #CCF2E3

Text Example


Text Example

White with #CCF2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF2E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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