#CBFEDD

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

Shades of Cosmic Latte #CBFEDD

Tints of Cosmic Latte #CBFEDD

Color information

#CBFEDD (or 0xCBFEDD) is unknown color: approx Cosmic Latte. HEX triplet: CB, FE and DD. RGB value is (203,254,221). Sum of RGB (Red+Green+Blue) = 203+254+221=678 (89% of max value = 765). Red value is 203 (79.69% from 255 or 29.94% from 678); Green value is 254 (99.61% from 255 or 37.46% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 254 - color contains mainly: green. Hex color #CBFEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBFEDD is #340122. Grayscale: #EBEBEB. Windows color (decimal): -3408163 or 14548683. OLE color: 14548683.

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

Color convert

RGB203254221-
CMYK0.2000.130.00
HSL141.18º96.23%89.61%-
HSV(B)141.18º20.08%99.61%-
XYZ73.1288.881.69-
YUV234.99120.1105.18-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 29.94%
GREEN value IS 254 (99.61% from 255) = 37.46%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=29.94%
G=37.46%
B=32.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2032542210.2000.130.00141.1896.2389.61
HexCBFEDD140D08d605a
Octal313376335240150215140132
Binary110010111111111011011101101000110101000110111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBFEDD; }

 p { color: rgb(203,254,221); }

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

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

 a { background-color: rgb(203,254,221); }

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

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

 span { border-color: rgb(203,254,221); }

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