Html Css Color HEX #D3FAE0 Cosmic Latte

📋 copy color: '#D3FAE0'

red 211 ◦ green 250 ◦ blue 224

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

Shades of Cosmic Latte #D3FAE0

Tints of Cosmic Latte #D3FAE0

RGB

 RED value IS 211 (82.81% from 255) = 30.8%

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

 BLUE value IS 224 (87.89% from 255) = 32.7%

R = 30.8%
G = 36.5%
B = 32.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#D3FAE0 (or 0xD3FAE0) is known color: Cosmic Latte. HEX triplet: D3, FA and E0. RGB value is (211,250,224). Sum of RGB (Red+Green+Blue) = 211+250+224=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 250 (98.05% from 255 or 36.50% from 685); Blue value is 224 (87.89% from 255 or 32.70% from 685); Max value from RGB is 250 - color contains mainly: green. Hex color #D3FAE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FAE0 is #2C051F. Grayscale: #EBEBEB. Windows color (decimal): -2884896 or 14744275. OLE color: 14744275.

HSL color Cylindrical-coordinate representation of color #D3FAE0: hue angle of 140º 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 #D3FAE0 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 250 224 -
CMYK 0.16 0 0.10 0.02
HSL 140º 0.8% 0.9% -
HSV(B) 140º 0.16% 0.98% -
XYZ 74.5 87.6 83.5 -
YUV 235.38 121.58 110.61 -
System Red Green Blue C M Y K H S L
Decimal 211 250 224 0.16 0 0.10 0.02 140 0.8 0.9
Hex D3 FA E0 10 0 A 2 8C 50 5A
Octal 323 372 340 20 0 12 2 214 120 132
Binary 11010011 11111010 11100000 10000 0 1010 10 10001100 1010000 1011010

Color Harmonies of #D3FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3FAE0

Black with #D3FAE0

Text Example


Text Example

White with #D3FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3FAE0; }

 p { color: rgb(211,250,224); }

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

background-color css

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

 a { background-color: rgb(211,250,224); }

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

border-color css

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

 span { border-color: rgb(211,250,224); }

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