#CDFADC

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

Shades of Cosmic Latte #CDFADC

Tints of Cosmic Latte #CDFADC

Color information

#CDFADC (or 0xCDFADC) is unknown color: approx Cosmic Latte. HEX triplet: CD, FA and DC. RGB value is (205,250,220). Sum of RGB (Red+Green+Blue) = 205+250+220=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFADC is #320523. Grayscale: #E9E9E9. Windows color (decimal): -3278116 or 14482125. OLE color: 14482125.

HSL color Cylindrical-coordinate representation of color #CDFADC: hue angle of 140º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDFADC is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB205250220-
CMYK0.1800.120.02
HSL140º81.82%89.22%-
HSV(B)140º18%98.04%-
XYZ72.2886.5280.6-
YUV233.12120.59107.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.37%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=30.37%
G=37.04%
B=32.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052502200.1800.120.0214081.8289.22
HexCDFADC120C28c5259
Octal315372334220142214122131
Binary1100110111111010110111001001001100101000110010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFADC; }

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

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

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

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

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

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

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

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