Html Css Color HEX #DCEDD7 Blue Romance

📋 copy color: '#DCEDD7'

red 220 ◦ green 237 ◦ blue 215

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

Shades of Blue Romance #DCEDD7

Tints of Blue Romance #DCEDD7

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.27%

 BLUE value IS 215 (84.38% from 255) = 31.99%

R = 32.74%
G = 35.27%
B = 31.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#DCEDD7 (or 0xDCEDD7) is known color: Blue Romance. HEX triplet: DC, ED and D7. RGB value is (220,237,215). Sum of RGB (Red+Green+Blue) = 220+237+215=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 215 (84.38% from 255 or 31.99% from 672); Max value from RGB is 237 - color contains mainly: green. Hex color #DCEDD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEDD7 is #231228. Grayscale: #E5E5E5. Windows color (decimal): -2298409 or 14151132. OLE color: 14151132.

HSL color Cylindrical-coordinate representation of color #DCEDD7: hue angle of 106.36º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCEDD7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 237 215 -
CMYK 0.07 0 0.09 0.07
HSL 106.36º 0.38% 0.89% -
HSV(B) 106.36º 0.09% 0.93% -
XYZ 72.07 80.69 76.07 -
YUV 229.41 119.87 121.29 -
System Red Green Blue C M Y K H S L
Decimal 220 237 215 0.07 0 0.09 0.07 106.36 0.38 0.89
Hex DC ED D7 7 0 9 7 6A 26 59
Octal 334 355 327 7 0 11 7 152 46 131
Binary 11011100 11101101 11010111 111 0 1001 111 1101010 100110 1011001

Color Harmonies of #DCEDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEDD7

Black with #DCEDD7

Text Example


Text Example

White with #DCEDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEDD7; }

 p { color: rgb(220,237,215); }

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

background-color css

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

 a { background-color: rgb(220,237,215); }

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

border-color css

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

 span { border-color: rgb(220,237,215); }

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