#CDFDDD

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

Shades of Cosmic Latte #CDFDDD

Tints of Cosmic Latte #CDFDDD

Color information

#CDFDDD (or 0xCDFDDD) is unknown color: approx Cosmic Latte. HEX triplet: CD, FD and DD. RGB value is (205,253,221). Sum of RGB (Red+Green+Blue) = 205+253+221=679 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.19% from 679); Green value is 253 (99.22% from 255 or 37.26% from 679); Blue value is 221 (86.72% from 255 or 32.55% from 679); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDDD is #320222. Grayscale: #EBEBEB. Windows color (decimal): -3277347 or 14548429. OLE color: 14548429.

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

Color convert

RGB205253221-
CMYK0.1900.130.01
HSL140º92.31%89.8%-
HSV(B)140º18.97%99.22%-
XYZ73.3588.4581.61-
YUV235120.1106.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.19%
GREEN value IS 253 (99.22% from 255) = 37.26%
BLUE value IS 221 (86.72% from 255) = 32.55%
R=30.19%
G=37.26%
B=32.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052532210.1900.130.0114092.3189.8
HexCDFDDD130D18c5c5a
Octal315375335230151214134132
Binary110011011111110111011101100110110111000110010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDDD; }

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

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

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

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

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

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

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

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