Html Css Color HEX #CCF3E5 Humming Bird

📋 copy color: '#CCF3E5'

red 204 ◦ green 243 ◦ blue 229

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

Shades of Humming Bird #CCF3E5

Tints of Humming Bird #CCF3E5

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.95%

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

R = 30.18%
G = 35.95%
B = 33.88%

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

#CCF3E5 (or 0xCCF3E5) is known color: Humming Bird. HEX triplet: CC, F3 and E5. RGB value is (204,243,229). Sum of RGB (Red+Green+Blue) = 204+243+229=676 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.18% from 676); Green value is 243 (95.31% from 255 or 35.95% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3E5 is #330C1A. Grayscale: #E5E5E5. Windows color (decimal): -3345435 or 15070156. OLE color: 15070156.

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

Color convert

RGB 204 243 229 -
CMYK 0.16 0 0.06 0.05
HSL 158.46º 0.62% 0.88% -
HSV(B) 158.46º 0.16% 0.95% -
XYZ 71.1 82.6 86.32 -
YUV 229.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 204 243 229 0.16 0 0.06 0.05 158.46 0.62 0.88
Hex CC F3 E5 10 0 6 5 9E 3E 58
Octal 314 363 345 20 0 6 5 236 76 130
Binary 11001100 11110011 11100101 10000 0 110 101 10011110 111110 1011000

Color Harmonies of #CCF3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3E5

Black with #CCF3E5

Text Example


Text Example

White with #CCF3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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