Html Css Color HEX #DCFBE6 Cosmic Latte

📋 copy color: '#DCFBE6'

red 220 ◦ green 251 ◦ blue 230

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

Shades of Cosmic Latte #DCFBE6

Tints of Cosmic Latte #DCFBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 32.81%

R = 31.38%
G = 35.81%
B = 32.81%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#DCFBE6 (or 0xDCFBE6) is known color: Cosmic Latte. HEX triplet: DC, FB and E6. RGB value is (220,251,230). Sum of RGB (Red+Green+Blue) = 220+251+230=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 251 (98.44% from 255 or 35.81% from 701); Blue value is 230 (90.23% from 255 or 32.81% from 701); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBE6 is #230419. Grayscale: #EFEFEF. Windows color (decimal): -2294810 or 15137756. OLE color: 15137756.

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

Color convert

RGB 220 251 230 -
CMYK 0.12 0 0.08 0.02
HSL 139.35º 0.79% 0.92% -
HSV(B) 139.35º 0.12% 0.98% -
XYZ 78.3 89.92 88.09 -
YUV 239.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 220 251 230 0.12 0 0.08 0.02 139.35 0.79 0.92
Hex DC FB E6 C 0 8 2 8B 4F 5C
Octal 334 373 346 14 0 10 2 213 117 134
Binary 11011100 11111011 11100110 1100 0 1000 10 10001011 1001111 1011100

Color Harmonies of #DCFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFBE6

Black with #DCFBE6

Text Example


Text Example

White with #DCFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFBE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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