Html Css Color HEX #D0FCDB Cosmic Latte

📋 copy color: '#D0FCDB'

red 208 ◦ green 252 ◦ blue 219

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

Shades of Cosmic Latte #D0FCDB

Tints of Cosmic Latte #D0FCDB

RGB

 RED value IS 208 (81.64% from 255) = 30.63%

 GREEN value IS 252 (98.83% from 255) = 37.11%

 BLUE value IS 219 (85.94% from 255) = 32.25%

R = 30.63%
G = 37.11%
B = 32.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#D0FCDB (or 0xD0FCDB) is known color: Cosmic Latte. HEX triplet: D0, FC and DB. RGB value is (208,252,219). Sum of RGB (Red+Green+Blue) = 208+252+219=679 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.63% from 679); Green value is 252 (98.83% from 255 or 37.11% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCDB is #2F0324. Grayscale: #EBEBEB. Windows color (decimal): -3080997 or 14417104. OLE color: 14417104.

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

Color convert

RGB 208 252 219 -
CMYK 0.17 0 0.13 0.01
HSL 135º 0.88% 0.9% -
HSV(B) 135º 0.17% 0.99% -
XYZ 73.61 88.15 80.15 -
YUV 235.08 118.92 108.68 -
System Red Green Blue C M Y K H S L
Decimal 208 252 219 0.17 0 0.13 0.01 135 0.88 0.9
Hex D0 FC DB 11 0 D 1 87 58 5A
Octal 320 374 333 21 0 15 1 207 130 132
Binary 11010000 11111100 11011011 10001 0 1101 1 10000111 1011000 1011010

Color Harmonies of #D0FCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCDB

Black with #D0FCDB

Text Example


Text Example

White with #D0FCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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