Html Css Color HEX #CCF3EF Foam

📋 copy color: '#CCF3EF'

red 204 ◦ green 243 ◦ blue 239

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

Shades of Foam #CCF3EF

Tints of Foam #CCF3EF

RGB

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

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

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

R = 29.74%
G = 35.42%
B = 34.84%

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

#CCF3EF (or 0xCCF3EF) is known color: Foam. HEX triplet: CC, F3 and EF. RGB value is (204,243,239). Sum of RGB (Red+Green+Blue) = 204+243+239=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 243 (95.31% from 255 or 35.42% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCF3EF is #330C10. Grayscale: #E6E6E6. Windows color (decimal): -3345425 or 15725516. OLE color: 15725516.

HSL color Cylindrical-coordinate representation of color #CCF3EF: hue angle of 173.85º 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 #CCF3EF is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 243 239 -
CMYK 0.16 0 0.02 0.05
HSL 173.85º 0.62% 0.88% -
HSV(B) 173.85º 0.16% 0.95% -
XYZ 72.53 83.17 93.89 -
YUV 230.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 204 243 239 0.16 0 0.02 0.05 173.85 0.62 0.88
Hex CC F3 EF 10 0 2 5 AE 3E 58
Octal 314 363 357 20 0 2 5 256 76 130
Binary 11001100 11110011 11101111 10000 0 10 101 10101110 111110 1011000

Color Harmonies of #CCF3EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF3EF

Black with #CCF3EF

Text Example


Text Example

White with #CCF3EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF3EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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