Html Css Color HEX #CCE9E0 Humming Bird

📋 copy color: '#CCE9E0'

red 204 ◦ green 233 ◦ blue 224

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

Shades of Humming Bird #CCE9E0

Tints of Humming Bird #CCE9E0

RGB

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

 GREEN value IS 233 (91.41% from 255) = 35.25%

 BLUE value IS 224 (87.89% from 255) = 33.89%

R = 30.86%
G = 35.25%
B = 33.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#CCE9E0 (or 0xCCE9E0) is known color: Humming Bird. HEX triplet: CC, E9 and E0. RGB value is (204,233,224). Sum of RGB (Red+Green+Blue) = 204+233+224=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 224 (87.89% from 255 or 33.89% from 661); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE9E0 is #33161F. Grayscale: #DFDFDF. Windows color (decimal): -3348000 or 14739916. OLE color: 14739916.

HSL color Cylindrical-coordinate representation of color #CCE9E0: hue angle of 161.38º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE9E0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 233 224 -
CMYK 0.12 0 0.04 0.09
HSL 161.38º 0.4% 0.86% -
HSV(B) 161.38º 0.12% 0.91% -
XYZ 67.5 76.5 81.73 -
YUV 223.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 204 233 224 0.12 0 0.04 0.09 161.38 0.4 0.86
Hex CC E9 E0 C 0 4 9 A1 28 56
Octal 314 351 340 14 0 4 11 241 50 126
Binary 11001100 11101001 11100000 1100 0 100 1001 10100001 101000 1010110

Color Harmonies of #CCE9E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9E0

Black with #CCE9E0

Text Example


Text Example

White with #CCE9E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9E0; }

 p { color: rgb(204,233,224); }

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

background-color css

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

 a { background-color: rgb(204,233,224); }

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

border-color css

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

 span { border-color: rgb(204,233,224); }

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