Html Css Color HEX #CDF2ED Foam

📋 copy color: '#CDF2ED'

red 205 ◦ green 242 ◦ blue 237

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

Shades of Foam #CDF2ED

Tints of Foam #CDF2ED

RGB

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

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

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

R = 29.97%
G = 35.38%
B = 34.65%

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

#CDF2ED (or 0xCDF2ED) is known color: Foam. HEX triplet: CD, F2 and ED. RGB value is (205,242,237). Sum of RGB (Red+Green+Blue) = 205+242+237=684 (90% of max value = 765). Red value is 205 (80.47% from 255 or 29.97% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 237 (92.97% from 255 or 34.65% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CDF2ED is #320D12. Grayscale: #E6E6E6. Windows color (decimal): -3280147 or 15594189. OLE color: 15594189.

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

Color convert

RGB 205 242 237 -
CMYK 0.15 0 0.02 0.05
HSL 171.89º 0.59% 0.88% -
HSV(B) 171.89º 0.15% 0.95% -
XYZ 72.22 82.6 92.26 -
YUV 230.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 205 242 237 0.15 0 0.02 0.05 171.89 0.59 0.88
Hex CD F2 ED F 0 2 5 AC 3B 58
Octal 315 362 355 17 0 2 5 254 73 130
Binary 11001101 11110010 11101101 1111 0 10 101 10101100 111011 1011000

Color Harmonies of #CDF2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDF2ED

Black with #CDF2ED

Text Example


Text Example

White with #CDF2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDF2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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