Html Css Color HEX #D0FDDE Cosmic Latte

📋 copy color: '#D0FDDE'

red 208 ◦ green 253 ◦ blue 222

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

Shades of Cosmic Latte #D0FDDE

Tints of Cosmic Latte #D0FDDE

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.04%

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

R = 30.45%
G = 37.04%
B = 32.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#D0FDDE (or 0xD0FDDE) is known color: Cosmic Latte. HEX triplet: D0, FD and DE. RGB value is (208,253,222). Sum of RGB (Red+Green+Blue) = 208+253+222=683 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.45% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 222 (87.11% from 255 or 32.50% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #D0FDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FDDE is #2F0221. Grayscale: #ECECEC. Windows color (decimal): -3080738 or 14613968. OLE color: 14613968.

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

Color convert

RGB 208 253 222 -
CMYK 0.18 0 0.12 0.01
HSL 138.67º 0.92% 0.9% -
HSV(B) 138.67º 0.18% 0.99% -
XYZ 74.32 88.93 82.36 -
YUV 236.01 120.09 108.02 -
System Red Green Blue C M Y K H S L
Decimal 208 253 222 0.18 0 0.12 0.01 138.67 0.92 0.9
Hex D0 FD DE 12 0 C 1 8B 5C 5A
Octal 320 375 336 22 0 14 1 213 134 132
Binary 11010000 11111101 11011110 10010 0 1100 1 10001011 1011100 1011010

Color Harmonies of #D0FDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FDDE

Black with #D0FDDE

Text Example


Text Example

White with #D0FDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FDDE; }

 p { color: rgb(208,253,222); }

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

background-color css

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

 a { background-color: rgb(208,253,222); }

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

border-color css

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

 span { border-color: rgb(208,253,222); }

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