Html Css Color HEX #CAFDDC Cosmic Latte

📋 copy color: '#CAFDDC'

red 202 ◦ green 253 ◦ blue 220

#CAFDDC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic Latte #CAFDDC

Tints of Cosmic Latte #CAFDDC

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#CAFDDC (or 0xCAFDDC) is known color: 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

RGB 202 253 220 -
CMYK 0.20 0 0.13 0.01
HSL 141.18º 0.93% 0.89% -
HSV(B) 141.18º 0.2% 0.99% -
XYZ 72.4 87.97 80.87 -
YUV 233.99 120.1 105.18 -
System Red Green Blue C M Y K H S L
Decimal 202 253 220 0.20 0 0.13 0.01 141.18 0.93 0.89
Hex CA FD DC 14 0 D 1 8D 5D 59
Octal 312 375 334 24 0 15 1 215 135 131
Binary 11001010 11111101 11011100 10100 0 1101 1 10001101 1011101 1011001

Color Harmonies of #CAFDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFDDC

Black with #CAFDDC

Text Example


Text Example

White with #CAFDDC

Text Example


Text Example

HTML Codes & Css Web 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>