Html Css Color HEX #CDEDEB Foam

📋 copy color: '#CDEDEB'

red 205 ◦ green 237 ◦ blue 235

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

Shades of Foam #CDEDEB

Tints of Foam #CDEDEB

RGB

 RED value IS 205 (80.47% from 255) = 30.28%

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

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

R = 30.28%
G = 35.01%
B = 34.71%

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

#CDEDEB (or 0xCDEDEB) is known color: Foam. HEX triplet: CD, ED and EB. RGB value is (205,237,235). Sum of RGB (Red+Green+Blue) = 205+237+235=677 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.28% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 235 (92.19% from 255 or 34.71% from 677); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDEDEB is #321214. Grayscale: #E3E3E3. Windows color (decimal): -3281429 or 15461837. OLE color: 15461837.

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

Color convert

RGB 205 237 235 -
CMYK 0.14 0 0.01 0.07
HSL 176.25º 0.47% 0.87% -
HSV(B) 176.25º 0.14% 0.93% -
XYZ 70.46 79.55 90.24 -
YUV 227.2 132.4 112.16 -
System Red Green Blue C M Y K H S L
Decimal 205 237 235 0.14 0 0.01 0.07 176.25 0.47 0.87
Hex CD ED EB E 0 1 7 B0 2F 57
Octal 315 355 353 16 0 1 7 260 57 127
Binary 11001101 11101101 11101011 1110 0 1 111 10110000 101111 1010111

Color Harmonies of #CDEDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDEDEB

Black with #CDEDEB

Text Example


Text Example

White with #CDEDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDEDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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