Html Css Color HEX #DCFBE4 Cosmic Latte

📋 copy color: '#DCFBE4'

red 220 ◦ green 251 ◦ blue 228

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

Shades of Cosmic Latte #DCFBE4

Tints of Cosmic Latte #DCFBE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 32.62%

R = 31.47%
G = 35.91%
B = 32.62%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE4 (or 0xDCFBE4) is known color: Cosmic Latte. HEX triplet: DC, FB and E4. RGB value is (220,251,228). Sum of RGB (Red+Green+Blue) = 220+251+228=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 251 (98.44% from 255 or 35.91% from 699); Blue value is 228 (89.45% from 255 or 32.62% from 699); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBE4 is #23041B. Grayscale: #EFEFEF. Windows color (decimal): -2294812 or 15006684. OLE color: 15006684.

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

Color convert

RGB 220 251 228 -
CMYK 0.12 0 0.09 0.02
HSL 135.48º 0.79% 0.92% -
HSV(B) 135.48º 0.12% 0.98% -
XYZ 78.02 89.81 86.62 -
YUV 239.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 220 251 228 0.12 0 0.09 0.02 135.48 0.79 0.92
Hex DC FB E4 C 0 9 2 87 4F 5C
Octal 334 373 344 14 0 11 2 207 117 134
Binary 11011100 11111011 11100100 1100 0 1001 10 10000111 1001111 1011100

Color Harmonies of #DCFBE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE4

Black with #DCFBE4

Text Example


Text Example

White with #DCFBE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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