Html Css Color HEX #CCEBE2 Humming Bird

📋 copy color: '#CCEBE2'

red 204 ◦ green 235 ◦ blue 226

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

Shades of Humming Bird #CCEBE2

Tints of Humming Bird #CCEBE2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.34%

 BLUE value IS 226 (88.67% from 255) = 33.98%

R = 30.68%
G = 35.34%
B = 33.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.04

 K value IS 0.08

RGB Variations

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

Color information

#CCEBE2 (or 0xCCEBE2) is known color: Humming Bird. HEX triplet: CC, EB and E2. RGB value is (204,235,226). Sum of RGB (Red+Green+Blue) = 204+235+226=665 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.68% from 665); Green value is 235 (92.19% from 255 or 35.34% from 665); Blue value is 226 (88.67% from 255 or 33.98% from 665); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBE2 is #33141D. Grayscale: #E0E0E0. Windows color (decimal): -3347486 or 14871500. OLE color: 14871500.

HSL color Cylindrical-coordinate representation of color #CCEBE2: hue angle of 162.58º degrees, saturation: 0.44, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEBE2 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 226 -
CMYK 0.13 0 0.04 0.08
HSL 162.58º 0.44% 0.86% -
HSV(B) 162.58º 0.13% 0.92% -
XYZ 68.34 77.75 83.36 -
YUV 224.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 204 235 226 0.13 0 0.04 0.08 162.58 0.44 0.86
Hex CC EB E2 D 0 4 8 A3 2C 56
Octal 314 353 342 15 0 4 10 243 54 126
Binary 11001100 11101011 11100010 1101 0 100 1000 10100011 101100 1010110

Color Harmonies of #CCEBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEBE2

Black with #CCEBE2

Text Example


Text Example

White with #CCEBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEBE2; }

 p { color: rgb(204,235,226); }

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

background-color css

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

 a { background-color: rgb(204,235,226); }

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

border-color css

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

 span { border-color: rgb(204,235,226); }

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