Html Css Color HEX #DCEED6 Blue Romance

📋 copy color: '#DCEED6'

red 220 ◦ green 238 ◦ blue 214

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

Shades of Blue Romance #DCEED6

Tints of Blue Romance #DCEED6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.42%

 BLUE value IS 214 (83.98% from 255) = 31.85%

R = 32.74%
G = 35.42%
B = 31.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.07

RGB Variations

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

Color information

#DCEED6 (or 0xDCEED6) is known color: Blue Romance. HEX triplet: DC, EE and D6. RGB value is (220,238,214). Sum of RGB (Red+Green+Blue) = 220+238+214=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED6 is #231129. Grayscale: #E5E5E5. Windows color (decimal): -2298154 or 14085852. OLE color: 14085852.

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

Color convert

RGB 220 238 214 -
CMYK 0.08 0 0.10 0.07
HSL 105º 0.41% 0.89% -
HSV(B) 105º 0.1% 0.93% -
XYZ 72.23 81.22 75.49 -
YUV 229.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 220 238 214 0.08 0 0.10 0.07 105 0.41 0.89
Hex DC EE D6 8 0 A 7 69 29 59
Octal 334 356 326 10 0 12 7 151 51 131
Binary 11011100 11101110 11010110 1000 0 1010 111 1101001 101001 1011001

Color Harmonies of #DCEED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEED6

Black with #DCEED6

Text Example


Text Example

White with #DCEED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEED6; }

 p { color: rgb(220,238,214); }

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

background-color css

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

 a { background-color: rgb(220,238,214); }

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

border-color css

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

 span { border-color: rgb(220,238,214); }

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