Html Css Color HEX #D0FCDD Cosmic Latte

📋 copy color: '#D0FCDD'

red 208 ◦ green 252 ◦ blue 221

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

Shades of Cosmic Latte #D0FCDD

Tints of Cosmic Latte #D0FCDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.45%

R = 30.54%
G = 37%
B = 32.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#D0FCDD (or 0xD0FCDD) is known color: Cosmic Latte. HEX triplet: D0, FC and DD. RGB value is (208,252,221). Sum of RGB (Red+Green+Blue) = 208+252+221=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 221 (86.72% from 255 or 32.45% from 681); Max value from RGB is 252 - color contains mainly: green. Hex color #D0FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FCDD is #2F0322. Grayscale: #EBEBEB. Windows color (decimal): -3080995 or 14548176. OLE color: 14548176.

HSL color Cylindrical-coordinate representation of color #D0FCDD: hue angle of 137.73º 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 #D0FCDD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB 208 252 221 -
CMYK 0.17 0 0.12 0.01
HSL 137.73º 0.88% 0.9% -
HSV(B) 137.73º 0.17% 0.99% -
XYZ 73.87 88.25 81.55 -
YUV 235.31 119.92 108.52 -
System Red Green Blue C M Y K H S L
Decimal 208 252 221 0.17 0 0.12 0.01 137.73 0.88 0.9
Hex D0 FC DD 11 0 C 1 8A 58 5A
Octal 320 374 335 21 0 14 1 212 130 132
Binary 11010000 11111100 11011101 10001 0 1100 1 10001010 1011000 1011010

Color Harmonies of #D0FCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0FCDD

Black with #D0FCDD

Text Example


Text Example

White with #D0FCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0FCDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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