Html Css Color HEX #CDF2EB Foam

📋 copy color: '#CDF2EB'

red 205 ◦ green 242 ◦ blue 235

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

Shades of Foam #CDF2EB

Tints of Foam #CDF2EB

RGB

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

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

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

R = 30.06%
G = 35.48%
B = 34.46%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#CDF2EB (or 0xCDF2EB) is known color: Foam. HEX triplet: CD, F2 and EB. RGB value is (205,242,235). Sum of RGB (Red+Green+Blue) = 205+242+235=682 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.06% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 235 (92.19% from 255 or 34.46% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2EB is #320D14. Grayscale: #E6E6E6. Windows color (decimal): -3280149 or 15463117. OLE color: 15463117.

HSL color Cylindrical-coordinate representation of color #CDF2EB: hue angle of 168.65º degrees, saturation: 0.59, 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 #CDF2EB is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 205 242 235 -
CMYK 0.15 0 0.03 0.05
HSL 168.65º 0.59% 0.88% -
HSV(B) 168.65º 0.15% 0.95% -
XYZ 71.92 82.48 90.73 -
YUV 230.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 205 242 235 0.15 0 0.03 0.05 168.65 0.59 0.88
Hex CD F2 EB F 0 3 5 A9 3B 58
Octal 315 362 353 17 0 3 5 251 73 130
Binary 11001101 11110010 11101011 1111 0 11 101 10101001 111011 1011000

Color Harmonies of #CDF2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF2EB

Black with #CDF2EB

Text Example


Text Example

White with #CDF2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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