#CFFBDC

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

Shades of Cosmic Latte #CFFBDC

Tints of Cosmic Latte #CFFBDC

Color information

#CFFBDC (or 0xCFFBDC) is unknown color: approx Cosmic Latte. HEX triplet: CF, FB and DC. RGB value is (207,251,220). Sum of RGB (Red+Green+Blue) = 207+251+220=678 (89% of max value = 765). Red value is 207 (81.25% from 255 or 30.53% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 220 (86.33% from 255 or 32.45% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #CFFBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFBDC is #300423. Grayscale: #EAEAEA. Windows color (decimal): -3146788 or 14482383. OLE color: 14482383.

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

Color convert

RGB207251220-
CMYK0.1800.120.02
HSL137.73º84.62%89.8%-
HSV(B)137.73º17.53%98.43%-
XYZ73.1587.4380.73-
YUV234.31119.92108.52-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 30.53%
GREEN value IS 251 (98.44% from 255) = 37.02%
BLUE value IS 220 (86.33% from 255) = 32.45%
R=30.53%
G=37.02%
B=32.45%

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
Decimal2072512200.1800.120.02137.7384.6289.8
HexCFFBDC120C28a555a
Octal317373334220142212125132
Binary1100111111111011110111001001001100101000101010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFBDC; }

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

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

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

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

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

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

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

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