#CDFEDD

Color #CDFEDD Cosmic Latte (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic Latte #CDFEDD

Tints of Cosmic Latte #CDFEDD

Color information

#CDFEDD (or 0xCDFEDD) is unknown color: approx Cosmic Latte. HEX triplet: CD, FE and DD. RGB value is (205,254,221). Sum of RGB (Red+Green+Blue) = 205+254+221=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 221 (86.72% from 255 or 32.5% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDD is #320122. Grayscale: #EBEBEB. Windows color (decimal): -3277091 or 14548685. OLE color: 14548685.

HSL color Cylindrical-coordinate representation of color #CDFEDD: hue angle of 139.59º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDFEDD is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB205254221-
CMYK0.1900.130.00
HSL139.59º96.08%90%-
HSV(B)139.59º19.29%99.61%-
XYZ73.6789.0881.72-
YUV235.59119.77106.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 221 (86.72% from 255) = 32.5%
R=30.15%
G=37.35%
B=32.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542210.1900.130.00139.5996.0890
HexCDFEDD130D08c605a
Octal315376335230150214140132
Binary110011011111111011011101100110110101000110011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEDD; }

 p { color: rgb(205,254,221); }

 H1.HeaderClassName
 {
   color: #CDFEDD;
 }
 .AnyTagClassName
 {
   color: #CDFEDD;
 }
</style>
background-color css

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

 a { background-color: rgb(205,254,221); }

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

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

 span { border-color: rgb(205,254,221); }

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