Html Css Color HEX #CEF2ED Foam

📋 copy color: '#CEF2ED'

red 206 ◦ green 242 ◦ blue 237

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

Shades of Foam #CEF2ED

Tints of Foam #CEF2ED

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.33%

 BLUE value IS 237 (92.97% from 255) = 34.6%

R = 30.07%
G = 35.33%
B = 34.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#CEF2ED (or 0xCEF2ED) is known color: Foam. HEX triplet: CE, F2 and ED. RGB value is (206,242,237). Sum of RGB (Red+Green+Blue) = 206+242+237=685 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.07% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEF2ED is #310D12. Grayscale: #E6E6E6. Windows color (decimal): -3214611 or 15594190. OLE color: 15594190.

HSL color Cylindrical-coordinate representation of color #CEF2ED: hue angle of 171.67º degrees, saturation: 0.58, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEF2ED is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 237 -
CMYK 0.15 0 0.02 0.05
HSL 171.67º 0.58% 0.88% -
HSV(B) 171.67º 0.15% 0.95% -
XYZ 72.49 82.74 92.27 -
YUV 230.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 206 242 237 0.15 0 0.02 0.05 171.67 0.58 0.88
Hex CE F2 ED F 0 2 5 AC 3A 58
Octal 316 362 355 17 0 2 5 254 72 130
Binary 11001110 11110010 11101101 1111 0 10 101 10101100 111010 1011000

Color Harmonies of #CEF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2ED

Black with #CEF2ED

Text Example


Text Example

White with #CEF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2ED; }

 p { color: rgb(206,242,237); }

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

background-color css

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

 a { background-color: rgb(206,242,237); }

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

border-color css

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

 span { border-color: rgb(206,242,237); }

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