#CDFEDC

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

Shades of Cosmic Latte #CDFEDC

Tints of Cosmic Latte #CDFEDC

Color information

#CDFEDC (or 0xCDFEDC) is unknown color: approx Cosmic Latte. HEX triplet: CD, FE and DC. RGB value is (205,254,220). Sum of RGB (Red+Green+Blue) = 205+254+220=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 254 (99.61% from 255 or 37.41% from 679); Blue value is 220 (86.33% from 255 or 32.40% from 679); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFEDC is #320123. Grayscale: #EBEBEB. Windows color (decimal): -3277092 or 14483149. OLE color: 14483149.

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

Color convert

RGB205254220-
CMYK0.1900.130.00
HSL138.37º96.08%90%-
HSV(B)138.37º19.29%99.61%-
XYZ73.5489.0381.02-
YUV235.47119.27106.26-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 254 (99.61% from 255) = 37.41%
BLUE value IS 220 (86.33% from 255) = 32.40%
R=30.19%
G=37.41%
B=32.40%

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
Decimal2052542200.1900.130.00138.3796.0890
HexCDFEDC130D08a605a
Octal315376334230150212140132
Binary110011011111111011011100100110110101000101011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEDC; }

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

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

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

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

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

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

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

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