Html Css Color HEX #CCF8EE Humming Bird

📋 copy color: '#CCF8EE'

red 204 ◦ green 248 ◦ blue 238

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

Shades of Humming Bird #CCF8EE

Tints of Humming Bird #CCF8EE

RGB

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

 GREEN value IS 248 (97.27% from 255) = 35.94%

 BLUE value IS 238 (93.36% from 255) = 34.49%

R = 29.57%
G = 35.94%
B = 34.49%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#CCF8EE (or 0xCCF8EE) is known color: Humming Bird. HEX triplet: CC, F8 and EE. RGB value is (204,248,238). Sum of RGB (Red+Green+Blue) = 204+248+238=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 248 (97.27% from 255 or 35.94% from 690); Blue value is 238 (93.36% from 255 or 34.49% from 690); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF8EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF8EE is #330711. Grayscale: #E9E9E9. Windows color (decimal): -3344146 or 15661260. OLE color: 15661260.

HSL color Cylindrical-coordinate representation of color #CCF8EE: hue angle of 166.36º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCF8EE is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 238 -
CMYK 0.18 0 0.04 0.03
HSL 166.36º 0.76% 0.89% -
HSV(B) 166.36º 0.18% 0.97% -
XYZ 73.9 86.15 93.62 -
YUV 233.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 204 248 238 0.18 0 0.04 0.03 166.36 0.76 0.89
Hex CC F8 EE 12 0 4 3 A6 4C 59
Octal 314 370 356 22 0 4 3 246 114 131
Binary 11001100 11111000 11101110 10010 0 100 11 10100110 1001100 1011001

Color Harmonies of #CCF8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF8EE

Black with #CCF8EE

Text Example


Text Example

White with #CCF8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF8EE; }

 p { color: rgb(204,248,238); }

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

background-color css

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

 a { background-color: rgb(204,248,238); }

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

border-color css

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

 span { border-color: rgb(204,248,238); }

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