Html Css Color HEX #D2FADE Cosmic Latte

📋 copy color: '#D2FADE'

red 210 ◦ green 250 ◦ blue 222

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

Shades of Cosmic Latte #D2FADE

Tints of Cosmic Latte #D2FADE

RGB

 RED value IS 210 (82.42% from 255) = 30.79%

 GREEN value IS 250 (98.05% from 255) = 36.66%

 BLUE value IS 222 (87.11% from 255) = 32.55%

R = 30.79%
G = 36.66%
B = 32.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#D2FADE (or 0xD2FADE) is known color: Cosmic Latte. HEX triplet: D2, FA and DE. RGB value is (210,250,222). Sum of RGB (Red+Green+Blue) = 210+250+222=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 222 (87.11% from 255 or 32.55% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FADE is #2D0521. Grayscale: #EAEAEA. Windows color (decimal): -2950434 or 14613202. OLE color: 14613202.

HSL color Cylindrical-coordinate representation of color #D2FADE: hue angle of 138º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2FADE is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 210 250 222 -
CMYK 0.16 0 0.11 0.02
HSL 138º 0.8% 0.9% -
HSV(B) 138º 0.16% 0.98% -
XYZ 73.95 87.35 82.07 -
YUV 234.85 120.75 110.28 -
System Red Green Blue C M Y K H S L
Decimal 210 250 222 0.16 0 0.11 0.02 138 0.8 0.9
Hex D2 FA DE 10 0 B 2 8A 50 5A
Octal 322 372 336 20 0 13 2 212 120 132
Binary 11010010 11111010 11011110 10000 0 1011 10 10001010 1010000 1011010

Color Harmonies of #D2FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2FADE

Black with #D2FADE

Text Example


Text Example

White with #D2FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2FADE; }

 p { color: rgb(210,250,222); }

 H1.HeaderClassName
 {
   color: #D2FADE;
 }
 .AnyTagClassName
 {
   color: #D2FADE;
 }
</style>

background-color css

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

 a { background-color: rgb(210,250,222); }

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

border-color css

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

 span { border-color: rgb(210,250,222); }

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