Html Css Color HEX #DCF2D5 Blue Romance

📋 copy color: '#DCF2D5'

red 220 ◦ green 242 ◦ blue 213

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

Shades of Blue Romance #DCF2D5

Tints of Blue Romance #DCF2D5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.85%

 BLUE value IS 213 (83.59% from 255) = 31.56%

R = 32.59%
G = 35.85%
B = 31.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.12

 K value IS 0.05

RGB Variations

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

Color information

#DCF2D5 (or 0xDCF2D5) is known color: Blue Romance. HEX triplet: DC, F2 and D5. RGB value is (220,242,213). Sum of RGB (Red+Green+Blue) = 220+242+213=675 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.59% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF2D5 is #230D2A. Grayscale: #E8E8E8. Windows color (decimal): -2297131 or 14021340. OLE color: 14021340.

HSL color Cylindrical-coordinate representation of color #DCF2D5: hue angle of 105.52º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCF2D5 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 213 -
CMYK 0.09 0 0.12 0.05
HSL 105.52º 0.53% 0.89% -
HSV(B) 105.52º 0.12% 0.95% -
XYZ 73.28 83.52 75.21 -
YUV 232.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 220 242 213 0.09 0 0.12 0.05 105.52 0.53 0.89
Hex DC F2 D5 9 0 C 5 6A 35 59
Octal 334 362 325 11 0 14 5 152 65 131
Binary 11011100 11110010 11010101 1001 0 1100 101 1101010 110101 1011001

Color Harmonies of #DCF2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF2D5

Black with #DCF2D5

Text Example


Text Example

White with #DCF2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF2D5; }

 p { color: rgb(220,242,213); }

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

background-color css

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

 a { background-color: rgb(220,242,213); }

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

border-color css

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

 span { border-color: rgb(220,242,213); }

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