Html Css Color HEX #DCFBE3 Cosmic Latte

📋 copy color: '#DCFBE3'

red 220 ◦ green 251 ◦ blue 227

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

Shades of Cosmic Latte #DCFBE3

Tints of Cosmic Latte #DCFBE3

RGB

 RED value IS 220 (86.33% from 255) = 31.52%

 GREEN value IS 251 (98.44% from 255) = 35.96%

 BLUE value IS 227 (89.06% from 255) = 32.52%

R = 31.52%
G = 35.96%
B = 32.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE3 (or 0xDCFBE3) is known color: Cosmic Latte. HEX triplet: DC, FB and E3. RGB value is (220,251,227). Sum of RGB (Red+Green+Blue) = 220+251+227=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 251 (98.44% from 255 or 35.96% from 698); Blue value is 227 (89.06% from 255 or 32.52% from 698); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE3 is #23041C. Grayscale: #EFEFEF. Windows color (decimal): -2294813 or 14941148. OLE color: 14941148.

HSL color Cylindrical-coordinate representation of color #DCFBE3: hue angle of 133.55º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBE3 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 227 -
CMYK 0.12 0 0.10 0.02
HSL 133.55º 0.79% 0.92% -
HSV(B) 133.55º 0.12% 0.98% -
XYZ 77.88 89.76 85.89 -
YUV 239 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 220 251 227 0.12 0 0.10 0.02 133.55 0.79 0.92
Hex DC FB E3 C 0 A 2 86 4F 5C
Octal 334 373 343 14 0 12 2 206 117 134
Binary 11011100 11111011 11100011 1100 0 1010 10 10000110 1001111 1011100

Color Harmonies of #DCFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE3

Black with #DCFBE3

Text Example


Text Example

White with #DCFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE3; }

 p { color: rgb(220,251,227); }

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

background-color css

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

 a { background-color: rgb(220,251,227); }

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

border-color css

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

 span { border-color: rgb(220,251,227); }

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