Html Css Color HEX #CCEFEC Foam

📋 copy color: '#CCEFEC'

red 204 ◦ green 239 ◦ blue 236

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

Shades of Foam #CCEFEC

Tints of Foam #CCEFEC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.2%

 BLUE value IS 236 (92.58% from 255) = 34.76%

R = 30.04%
G = 35.2%
B = 34.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#CCEFEC (or 0xCCEFEC) is known color: Foam. HEX triplet: CC, EF and EC. RGB value is (204,239,236). Sum of RGB (Red+Green+Blue) = 204+239+236=679 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.04% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 236 (92.58% from 255 or 34.76% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFEC is #331013. Grayscale: #E4E4E4. Windows color (decimal): -3346452 or 15527884. OLE color: 15527884.

HSL color Cylindrical-coordinate representation of color #CCEFEC: hue angle of 174.86º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFEC is Cyan = 0.15, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 236 -
CMYK 0.15 0 0.01 0.06
HSL 174.86º 0.52% 0.87% -
HSV(B) 174.86º 0.15% 0.94% -
XYZ 70.91 80.63 91.18 -
YUV 228.19 132.4 110.74 -
System Red Green Blue C M Y K H S L
Decimal 204 239 236 0.15 0 0.01 0.06 174.86 0.52 0.87
Hex CC EF EC F 0 1 6 AF 34 57
Octal 314 357 354 17 0 1 6 257 64 127
Binary 11001100 11101111 11101100 1111 0 1 110 10101111 110100 1010111

Color Harmonies of #CCEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEFEC

Black with #CCEFEC

Text Example


Text Example

White with #CCEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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