#CAFFDC

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

Shades of Cosmic Latte #CAFFDC

Tints of Cosmic Latte #CAFFDC

Color information

#CAFFDC (or 0xCAFFDC) is unknown color: approx Cosmic Latte. HEX triplet: CA, FF and DC. RGB value is (202,255,220). Sum of RGB (Red+Green+Blue) = 202+255+220=677 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.84% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 220 (86.33% from 255 or 32.50% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFDC is #350023. Grayscale: #EBEBEB. Windows color (decimal): -3473444 or 14483402. OLE color: 14483402.

HSL color Cylindrical-coordinate representation of color #CAFFDC: hue angle of 140.38º 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 #CAFFDC is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB202255220-
CMYK0.2100.140
HSL140.38º100%89.61%-
HSV(B)140.38º20.78%100%-
XYZ73.0489.2481.09-
YUV235.16119.44104.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.84%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 220 (86.33% from 255) = 32.50%
R=29.84%
G=37.67%
B=32.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552200.2100.140140.3810089.61
HexCAFFDC150E08c645a
Octal312377334250160214144132
Binary110010101111111111011100101010111001000110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFDC; }

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

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

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

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

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

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

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

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