Html Css Color HEX #CCEDE5 Humming Bird

📋 copy color: '#CCEDE5'

red 204 ◦ green 237 ◦ blue 229

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

Shades of Humming Bird #CCEDE5

Tints of Humming Bird #CCEDE5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.37%

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

R = 30.45%
G = 35.37%
B = 34.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#CCEDE5 (or 0xCCEDE5) is known color: Humming Bird. HEX triplet: CC, ED and E5. RGB value is (204,237,229). Sum of RGB (Red+Green+Blue) = 204+237+229=670 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.45% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 229 (89.84% from 255 or 34.18% from 670); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDE5 is #33121A. Grayscale: #E2E2E2. Windows color (decimal): -3346971 or 15068620. OLE color: 15068620.

HSL color Cylindrical-coordinate representation of color #CCEDE5: hue angle of 165.45º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDE5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 229 -
CMYK 0.14 0 0.03 0.07
HSL 165.45º 0.48% 0.86% -
HSV(B) 165.45º 0.14% 0.93% -
XYZ 69.33 79.06 85.74 -
YUV 226.22 129.57 112.15 -
System Red Green Blue C M Y K H S L
Decimal 204 237 229 0.14 0 0.03 0.07 165.45 0.48 0.86
Hex CC ED E5 E 0 3 7 A5 30 56
Octal 314 355 345 16 0 3 7 245 60 126
Binary 11001100 11101101 11100101 1110 0 11 111 10100101 110000 1010110

Color Harmonies of #CCEDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDE5

Black with #CCEDE5

Text Example


Text Example

White with #CCEDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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