Html Css Color HEX #CCF7EF Foam

📋 copy color: '#CCF7EF'

red 204 ◦ green 247 ◦ blue 239

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

Shades of Foam #CCF7EF

Tints of Foam #CCF7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 35.8%

 BLUE value IS 239 (93.75% from 255) = 34.64%

R = 29.57%
G = 35.8%
B = 34.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#CCF7EF (or 0xCCF7EF) is known color: Foam. HEX triplet: CC, F7 and EF. RGB value is (204,247,239). Sum of RGB (Red+Green+Blue) = 204+247+239=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 247 (96.88% from 255 or 35.80% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF7EF is #330810. Grayscale: #E9E9E9. Windows color (decimal): -3344401 or 15726540. OLE color: 15726540.

HSL color Cylindrical-coordinate representation of color #CCF7EF: hue angle of 168.84º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCF7EF is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 247 239 -
CMYK 0.17 0 0.03 0.03
HSL 168.84º 0.73% 0.88% -
HSV(B) 168.84º 0.17% 0.97% -
XYZ 73.74 85.59 94.3 -
YUV 233.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 204 247 239 0.17 0 0.03 0.03 168.84 0.73 0.88
Hex CC F7 EF 11 0 3 3 A9 49 58
Octal 314 367 357 21 0 3 3 251 111 130
Binary 11001100 11110111 11101111 10001 0 11 11 10101001 1001001 1011000

Color Harmonies of #CCF7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF7EF

Black with #CCF7EF

Text Example


Text Example

White with #CCF7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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