#CEF9DC

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

Shades of Cosmic Latte #CEF9DC

Tints of Cosmic Latte #CEF9DC

Color information

#CEF9DC (or 0xCEF9DC) is unknown color: approx Cosmic Latte. HEX triplet: CE, F9 and DC. RGB value is (206,249,220). Sum of RGB (Red+Green+Blue) = 206+249+220=675 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.52% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9DC is #310623. Grayscale: #E8E8E8. Windows color (decimal): -3212836 or 14481870. OLE color: 14481870.

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

Color convert

RGB206249220-
CMYK0.1700.120.02
HSL139.53º78.18%89.22%-
HSV(B)139.53º17.27%97.65%-
XYZ72.2586.0480.51-
YUV232.84120.75108.86-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.52%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=30.52%
G=36.89%
B=32.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062492200.1700.120.02139.5378.1889.22
HexCEF9DC110C28c4e59
Octal316371334210142214116131
Binary1100111011111001110111001000101100101000110010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9DC; }

 p { color: rgb(206,249,220); }

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

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

 a { background-color: rgb(206,249,220); }

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

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

 span { border-color: rgb(206,249,220); }

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