#CAFFDD

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

Shades of Cosmic Latte #CAFFDD

Tints of Cosmic Latte #CAFFDD

Color information

#CAFFDD (or 0xCAFFDD) is unknown color: approx Cosmic Latte. HEX triplet: CA, FF and DD. RGB value is (202,255,221). Sum of RGB (Red+Green+Blue) = 202+255+221=678 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.79% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 221 (86.72% from 255 or 32.60% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDD is #350022. Grayscale: #EBEBEB. Windows color (decimal): -3473443 or 14548938. OLE color: 14548938.

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

Color convert

RGB202255221-
CMYK0.2100.130
HSL141.51º100%89.61%-
HSV(B)141.51º20.78%100%-
XYZ73.1789.381.79-
YUV235.28119.94104.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.79%
GREEN value IS 255 (100% from 255) = 37.61%
BLUE value IS 221 (86.72% from 255) = 32.60%
R=29.79%
G=37.61%
B=32.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552210.2100.130141.5110089.61
HexCAFFDD150D08e645a
Octal312377335250150216144132
Binary110010101111111111011101101010110101000111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFDD; }

 p { color: rgb(202,255,221); }

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

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

 a { background-color: rgb(202,255,221); }

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

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

 span { border-color: rgb(202,255,221); }

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