Html Css Color HEX #CCFDF5 Foam

📋 copy color: '#CCFDF5'

red 204 ◦ green 253 ◦ blue 245

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

Shades of Foam #CCFDF5

Tints of Foam #CCFDF5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.04%

 BLUE value IS 245 (96.09% from 255) = 34.9%

R = 29.06%
G = 36.04%
B = 34.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#CCFDF5 (or 0xCCFDF5) is known color: Foam. HEX triplet: CC, FD and F5. RGB value is (204,253,245). Sum of RGB (Red+Green+Blue) = 204+253+245=702 (92% of max value = 765). Red value is 204 (80.08% from 255 or 29.06% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCFDF5 is #33020A. Grayscale: #EDEDED. Windows color (decimal): -3342859 or 16121292. OLE color: 16121292.

HSL color Cylindrical-coordinate representation of color #CCFDF5: hue angle of 170.2º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCFDF5 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 253 245 -
CMYK 0.19 0 0.03 0.01
HSL 170.2º 0.92% 0.9% -
HSV(B) 170.2º 0.19% 0.99% -
XYZ 76.51 89.68 99.66 -
YUV 237.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 204 253 245 0.19 0 0.03 0.01 170.2 0.92 0.9
Hex CC FD F5 13 0 3 1 AA 5C 5A
Octal 314 375 365 23 0 3 1 252 134 132
Binary 11001100 11111101 11110101 10011 0 11 1 10101010 1011100 1011010

Color Harmonies of #CCFDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFDF5

Black with #CCFDF5

Text Example


Text Example

White with #CCFDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFDF5; }

 p { color: rgb(204,253,245); }

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

background-color css

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

 a { background-color: rgb(204,253,245); }

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

border-color css

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

 span { border-color: rgb(204,253,245); }

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