#CDFED9

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

Shades of Cosmic Latte #CDFED9

Tints of Cosmic Latte #CDFED9

Color information

#CDFED9 (or 0xCDFED9) is unknown color: approx Cosmic Latte. HEX triplet: CD, FE and D9. RGB value is (205,254,217). Sum of RGB (Red+Green+Blue) = 205+254+217=676 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.33% from 676); Green value is 254 (99.61% from 255 or 37.57% from 676); Blue value is 217 (85.16% from 255 or 32.10% from 676); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFED9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFED9 is #320126. Grayscale: #EBEBEB. Windows color (decimal): -3277095 or 14286541. OLE color: 14286541.

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

Color convert

RGB205254217-
CMYK0.1900.150.00
HSL134.69º96.08%90%-
HSV(B)134.69º19.29%99.61%-
XYZ73.1488.8778.94-
YUV235.13117.77106.51-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.33%
GREEN value IS 254 (99.61% from 255) = 37.57%
BLUE value IS 217 (85.16% from 255) = 32.10%
R=30.33%
G=37.57%
B=32.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052542170.1900.150.00134.6996.0890
HexCDFED9130F087605a
Octal315376331230170207140132
Binary110011011111111011011001100110111101000011111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFED9; }

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

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

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

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

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

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

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

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