#CDFADB

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

Shades of Cosmic Latte #CDFADB

Tints of Cosmic Latte #CDFADB

Color information

#CDFADB (or 0xCDFADB) is unknown color: approx Cosmic Latte. HEX triplet: CD, FA and DB. RGB value is (205,250,219). Sum of RGB (Red+Green+Blue) = 205+250+219=674 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.42% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFADB is #320524. Grayscale: #E9E9E9. Windows color (decimal): -3278117 or 14416589. OLE color: 14416589.

HSL color Cylindrical-coordinate representation of color #CDFADB: hue angle of 138.67º 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 #CDFADB is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB205250219-
CMYK0.1800.120.02
HSL138.67º81.82%89.22%-
HSV(B)138.67º18%98.04%-
XYZ72.1586.4679.9-
YUV233.01120.09108.02-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 30.42%
GREEN value IS 250 (98.05% from 255) = 37.09%
BLUE value IS 219 (85.94% from 255) = 32.49%
R=30.42%
G=37.09%
B=32.49%

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
Decimal2052502190.1800.120.02138.6781.8289.22
HexCDFADB120C28b5259
Octal315372333220142213122131
Binary1100110111111010110110111001001100101000101110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFADB; }

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

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

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

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

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

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

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

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