Html Css Color HEX #CCF6EE Foam

📋 copy color: '#CCF6EE'

red 204 ◦ green 246 ◦ blue 238

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

Shades of Foam #CCF6EE

Tints of Foam #CCF6EE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 35.76%

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

R = 29.65%
G = 35.76%
B = 34.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#CCF6EE (or 0xCCF6EE) is known color: Foam. HEX triplet: CC, F6 and EE. RGB value is (204,246,238). Sum of RGB (Red+Green+Blue) = 204+246+238=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 238 (93.36% from 255 or 34.59% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF6EE is #330911. Grayscale: #E8E8E8. Windows color (decimal): -3344658 or 15660748. OLE color: 15660748.

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

Color convert

RGB 204 246 238 -
CMYK 0.17 0 0.03 0.04
HSL 168.57º 0.7% 0.88% -
HSV(B) 168.57º 0.17% 0.96% -
XYZ 73.29 84.92 93.42 -
YUV 232.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 204 246 238 0.17 0 0.03 0.04 168.57 0.7 0.88
Hex CC F6 EE 11 0 3 4 A9 46 58
Octal 314 366 356 21 0 3 4 251 106 130
Binary 11001100 11110110 11101110 10001 0 11 100 10101001 1000110 1011000

Color Harmonies of #CCF6EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF6EE

Black with #CCF6EE

Text Example


Text Example

White with #CCF6EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF6EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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