#CBFFD9

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

Shades of Cosmic Latte #CBFFD9

Tints of Cosmic Latte #CBFFD9

Color information

#CBFFD9 (or 0xCBFFD9) is unknown color: approx Cosmic Latte. HEX triplet: CB, FF and D9. RGB value is (203,255,217). Sum of RGB (Red+Green+Blue) = 203+255+217=675 (89% of max value = 765). Red value is 203 (79.69% from 255 or 30.07% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #CBFFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFFD9 is #340026. Grayscale: #EBEBEB. Windows color (decimal): -3407911 or 14286795. OLE color: 14286795.

HSL color Cylindrical-coordinate representation of color #CBFFD9: hue angle of 136.15º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBFFD9 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB203255217-
CMYK0.2000.150
HSL136.15º100%89.8%-
HSV(B)136.15º20.39%100%-
XYZ72.9189.2379.03-
YUV235.12117.77105.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 30.07%
GREEN value IS 255 (100% from 255) = 37.78%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=30.07%
G=37.78%
B=32.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2032552170.2000.150136.1510089.8
HexCBFFD9140F088645a
Octal313377331240170210144132
Binary110010111111111111011001101000111101000100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFFD9; }

 p { color: rgb(203,255,217); }

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

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

 a { background-color: rgb(203,255,217); }

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

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

 span { border-color: rgb(203,255,217); }

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