Html Css Color HEX #CEEAE6 Foam

📋 copy color: '#CEEAE6'

red 206 ◦ green 234 ◦ blue 230

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

Shades of Foam #CEEAE6

Tints of Foam #CEEAE6

RGB

 RED value IS 206 (80.86% from 255) = 30.75%

 GREEN value IS 234 (91.8% from 255) = 34.93%

 BLUE value IS 230 (90.23% from 255) = 34.33%

R = 30.75%
G = 34.93%
B = 34.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.08

RGB Variations

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

Color information

#CEEAE6 (or 0xCEEAE6) is known color: Foam. HEX triplet: CE, EA and E6. RGB value is (206,234,230). Sum of RGB (Red+Green+Blue) = 206+234+230=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 234 (91.80% from 255 or 34.93% from 670); Blue value is 230 (90.23% from 255 or 34.33% from 670); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAE6 is #311519. Grayscale: #E1E1E1. Windows color (decimal): -3216666 or 15133390. OLE color: 15133390.

HSL color Cylindrical-coordinate representation of color #CEEAE6: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEEAE6 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 230 -
CMYK 0.12 0 0.02 0.08
HSL 171.43º 0.4% 0.86% -
HSV(B) 171.43º 0.12% 0.92% -
XYZ 69.16 77.68 86.21 -
YUV 225.17 130.72 114.33 -
System Red Green Blue C M Y K H S L
Decimal 206 234 230 0.12 0 0.02 0.08 171.43 0.4 0.86
Hex CE EA E6 C 0 2 8 AB 28 56
Octal 316 352 346 14 0 2 10 253 50 126
Binary 11001110 11101010 11100110 1100 0 10 1000 10101011 101000 1010110

Color Harmonies of #CEEAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAE6

Black with #CEEAE6

Text Example


Text Example

White with #CEEAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAE6; }

 p { color: rgb(206,234,230); }

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

background-color css

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

 a { background-color: rgb(206,234,230); }

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

border-color css

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

 span { border-color: rgb(206,234,230); }

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