Html Css Color HEX #CEEDEB Foam

📋 copy color: '#CEEDEB'

red 206 ◦ green 237 ◦ blue 235

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

Shades of Foam #CEEDEB

Tints of Foam #CEEDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 34.66%

R = 30.38%
G = 34.96%
B = 34.66%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#CEEDEB (or 0xCEEDEB) is known color: Foam. HEX triplet: CE, ED and EB. RGB value is (206,237,235). Sum of RGB (Red+Green+Blue) = 206+237+235=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 235 (92.19% from 255 or 34.66% from 678); Max value from RGB is 237 - color contains mainly: green. Hex color #CEEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEDEB is #311214. Grayscale: #E3E3E3. Windows color (decimal): -3215893 or 15461838. OLE color: 15461838.

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

Color convert

RGB 206 237 235 -
CMYK 0.13 0 0.01 0.07
HSL 176.13º 0.46% 0.87% -
HSV(B) 176.13º 0.13% 0.93% -
XYZ 70.73 79.69 90.25 -
YUV 227.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 206 237 235 0.13 0 0.01 0.07 176.13 0.46 0.87
Hex CE ED EB D 0 1 7 B0 2E 57
Octal 316 355 353 15 0 1 7 260 56 127
Binary 11001110 11101101 11101011 1101 0 1 111 10110000 101110 1010111

Color Harmonies of #CEEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEDEB

Black with #CEEDEB

Text Example


Text Example

White with #CEEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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