#CFFDDC

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

Shades of Cosmic Latte #CFFDDC

Tints of Cosmic Latte #CFFDDC

Color information

#CFFDDC (or 0xCFFDDC) is unknown color: approx Cosmic Latte. HEX triplet: CF, FD and DC. RGB value is (207,253,220). Sum of RGB (Red+Green+Blue) = 207+253+220=680 (90% of max value = 765). Red value is 207 (81.25% from 255 or 30.44% from 680); Green value is 253 (99.22% from 255 or 37.21% from 680); Blue value is 220 (86.33% from 255 or 32.35% from 680); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDDC is #300223. Grayscale: #EBEBEB. Windows color (decimal): -3146276 or 14482895. OLE color: 14482895.

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

Color convert

RGB207253220-
CMYK0.1800.130.01
HSL136.96º92%90.2%-
HSV(B)136.96º18.18%99.22%-
XYZ73.7888.6880.94-
YUV235.48119.26107.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.44%
GREEN value IS 253 (99.22% from 255) = 37.21%
BLUE value IS 220 (86.33% from 255) = 32.35%
R=30.44%
G=37.21%
B=32.35%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072532200.1800.130.01136.969290.2
HexCFFDDC120D1895c5a
Octal317375334220151211134132
Binary110011111111110111011100100100110111000100110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDDC; }

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

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

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

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

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

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

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

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