Html Css Color HEX #CCEDEA Foam

📋 copy color: '#CCEDEA'

red 204 ◦ green 237 ◦ blue 234

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

Shades of Foam #CCEDEA

Tints of Foam #CCEDEA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.11%

 BLUE value IS 234 (91.8% from 255) = 34.67%

R = 30.22%
G = 35.11%
B = 34.67%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#CCEDEA (or 0xCCEDEA) is known color: Foam. HEX triplet: CC, ED and EA. RGB value is (204,237,234). Sum of RGB (Red+Green+Blue) = 204+237+234=675 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.22% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 234 (91.80% from 255 or 34.67% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEDEA is #331215. Grayscale: #E2E2E2. Windows color (decimal): -3346966 or 15396300. OLE color: 15396300.

HSL color Cylindrical-coordinate representation of color #CCEDEA: hue angle of 174.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDEA is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 237 234 -
CMYK 0.14 0 0.01 0.07
HSL 174.55º 0.48% 0.86% -
HSV(B) 174.55º 0.14% 0.93% -
XYZ 70.04 79.35 89.47 -
YUV 226.79 132.07 111.74 -
System Red Green Blue C M Y K H S L
Decimal 204 237 234 0.14 0 0.01 0.07 174.55 0.48 0.86
Hex CC ED EA E 0 1 7 AF 30 56
Octal 314 355 352 16 0 1 7 257 60 126
Binary 11001100 11101101 11101010 1110 0 1 111 10101111 110000 1010110

Color Harmonies of #CCEDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEDEA

Black with #CCEDEA

Text Example


Text Example

White with #CCEDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEDEA; }

 p { color: rgb(204,237,234); }

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

background-color css

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

 a { background-color: rgb(204,237,234); }

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

border-color css

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

 span { border-color: rgb(204,237,234); }

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