Html Css Color HEX #CCEFE0 Humming Bird

📋 copy color: '#CCEFE0'

red 204 ◦ green 239 ◦ blue 224

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

Shades of Humming Bird #CCEFE0

Tints of Humming Bird #CCEFE0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.83%

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

R = 30.58%
G = 35.83%
B = 33.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#CCEFE0 (or 0xCCEFE0) is known color: Humming Bird. HEX triplet: CC, EF and E0. RGB value is (204,239,224). Sum of RGB (Red+Green+Blue) = 204+239+224=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 224 (87.89% from 255 or 33.58% from 667); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEFE0 is #33101F. Grayscale: #E2E2E2. Windows color (decimal): -3346464 or 14741452. OLE color: 14741452.

HSL color Cylindrical-coordinate representation of color #CCEFE0: hue angle of 154.29º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFE0 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 224 -
CMYK 0.15 0 0.06 0.06
HSL 154.29º 0.52% 0.87% -
HSV(B) 154.29º 0.15% 0.94% -
XYZ 69.22 79.95 82.3 -
YUV 226.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 204 239 224 0.15 0 0.06 0.06 154.29 0.52 0.87
Hex CC EF E0 F 0 6 6 9A 34 57
Octal 314 357 340 17 0 6 6 232 64 127
Binary 11001100 11101111 11100000 1111 0 110 110 10011010 110100 1010111

Color Harmonies of #CCEFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFE0

Black with #CCEFE0

Text Example


Text Example

White with #CCEFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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