#CDFDDC

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

Shades of Cosmic Latte #CDFDDC

Tints of Cosmic Latte #CDFDDC

Color information

#CDFDDC (or 0xCDFDDC) is unknown color: approx Cosmic Latte. HEX triplet: CD, FD and DC. RGB value is (205,253,220). Sum of RGB (Red+Green+Blue) = 205+253+220=678 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.24% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDDC is #320223. Grayscale: #EAEAEA. Windows color (decimal): -3277348 or 14482893. OLE color: 14482893.

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

Color convert

RGB205253220-
CMYK0.1900.130.01
HSL138.75º92.31%89.8%-
HSV(B)138.75º18.97%99.22%-
XYZ73.2288.480.91-
YUV234.89119.6106.68-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.24%
GREEN value IS 253 (99.22% from 255) = 37.32%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=30.24%
G=37.32%
B=32.45%

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
Decimal2052532200.1900.130.01138.7592.3189.8
HexCDFDDC130D18b5c5a
Octal315375334230151213134132
Binary110011011111110111011100100110110111000101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDDC; }

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

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

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

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

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

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

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

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