#CDFFDC

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

Shades of Cosmic Latte #CDFFDC

Tints of Cosmic Latte #CDFFDC

Color information

#CDFFDC (or 0xCDFFDC) is unknown color: approx Cosmic Latte. HEX triplet: CD, FF and DC. RGB value is (205,255,220). Sum of RGB (Red+Green+Blue) = 205+255+220=680 (90% of max value = 765). Red value is 205 (80.47% from 255 or 30.15% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFFDC is #320023. Grayscale: #ECECEC. Windows color (decimal): -3276836 or 14483405. OLE color: 14483405.

HSL color Cylindrical-coordinate representation of color #CDFFDC: hue angle of 138º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDFFDC is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB205255220-
CMYK0.2000.140
HSL138º100%90.2%-
HSV(B)138º19.61%100%-
XYZ73.8689.6781.12-
YUV236.06118.94105.85-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.15%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=30.15%
G=37.5%
B=32.35%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052552200.2000.14013810090.2
HexCDFFDC140E08a645a
Octal315377334240160212144132
Binary110011011111111111011100101000111001000101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFDC; }

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

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

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

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

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

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

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

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