Html Css Color HEX #CCF3EE Foam

📋 copy color: '#CCF3EE'

red 204 ◦ green 243 ◦ blue 238

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

Shades of Foam #CCF3EE

Tints of Foam #CCF3EE

RGB

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

 GREEN value IS 243 (95.31% from 255) = 35.47%

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

R = 29.78%
G = 35.47%
B = 34.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CCF3EE (or 0xCCF3EE) is known color: Foam. HEX triplet: CC, F3 and EE. RGB value is (204,243,238). Sum of RGB (Red+Green+Blue) = 204+243+238=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 243 (95.31% from 255 or 35.47% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EE is #330C11. Grayscale: #E6E6E6. Windows color (decimal): -3345426 or 15659980. OLE color: 15659980.

HSL color Cylindrical-coordinate representation of color #CCF3EE: hue angle of 172.31º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCF3EE is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 238 -
CMYK 0.16 0 0.02 0.05
HSL 172.31º 0.62% 0.88% -
HSV(B) 172.31º 0.16% 0.95% -
XYZ 72.39 83.11 93.12 -
YUV 230.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 204 243 238 0.16 0 0.02 0.05 172.31 0.62 0.88
Hex CC F3 EE 10 0 2 5 AC 3E 58
Octal 314 363 356 20 0 2 5 254 76 130
Binary 11001100 11110011 11101110 10000 0 10 101 10101100 111110 1011000

Color Harmonies of #CCF3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3EE

Black with #CCF3EE

Text Example


Text Example

White with #CCF3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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