#CAFDDC

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

Shades of Cosmic Latte #CAFDDC

Tints of Cosmic Latte #CAFDDC

Color information

#CAFDDC (or 0xCAFDDC) is unknown color: approx Cosmic Latte. HEX triplet: CA, FD and DC. RGB value is (202,253,220). Sum of RGB (Red+Green+Blue) = 202+253+220=675 (89% of max value = 765). Red value is 202 (79.30% from 255 or 29.93% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFDDC is #350223. Grayscale: #EAEAEA. Windows color (decimal): -3473956 or 14482890. OLE color: 14482890.

HSL color Cylindrical-coordinate representation of color #CAFDDC: hue angle of 141.18º degrees, saturation: 0.93, 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 #CAFDDC is Cyan = 0.20, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB202253220-
CMYK0.2000.130.01
HSL141.18º92.73%89.22%-
HSV(B)141.18º20.16%99.22%-
XYZ72.487.9780.87-
YUV233.99120.1105.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 29.93%
GREEN value IS 253 (99.22% from 255) = 37.48%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=29.93%
G=37.48%
B=32.59%

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
Decimal2022532200.2000.130.01141.1892.7389.22
HexCAFDDC140D18d5d59
Octal312375334240151215135131
Binary110010101111110111011100101000110111000110110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDDC; }

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

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

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

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

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

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

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

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