#CAFCDB

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

Shades of Cosmic Latte #CAFCDB

Tints of Cosmic Latte #CAFCDB

Color information

#CAFCDB (or 0xCAFCDB) is unknown color: approx Cosmic Latte. HEX triplet: CA, FC and DB. RGB value is (202,252,219). Sum of RGB (Red+Green+Blue) = 202+252+219=673 (89% of max value = 765). Red value is 202 (79.30% from 255 or 30.01% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFCDB is #350324. Grayscale: #E9E9E9. Windows color (decimal): -3474213 or 14417098. OLE color: 14417098.

HSL color Cylindrical-coordinate representation of color #CAFCDB: hue angle of 140.4º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFCDB is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB202252219-
CMYK0.2000.130.01
HSL140.4º89.29%89.02%-
HSV(B)140.4º19.84%98.82%-
XYZ71.9587.2980.07-
YUV233.29119.94105.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 30.01%
GREEN value IS 252 (98.83% from 255) = 37.44%
BLUE value IS 219 (85.94% from 255) = 32.54%
R=30.01%
G=37.44%
B=32.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522190.2000.130.01140.489.2989.02
HexCAFCDB140D18c5959
Octal312374333240151214131131
Binary110010101111110011011011101000110111000110010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCDB; }

 p { color: rgb(202,252,219); }

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

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

 a { background-color: rgb(202,252,219); }

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

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

 span { border-color: rgb(202,252,219); }

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