Html Css Color HEX #D2EFCD Blue Romance

📋 copy color: '#D2EFCD'

red 210 ◦ green 239 ◦ blue 205

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

Shades of Blue Romance #D2EFCD

Tints of Blue Romance #D2EFCD

RGB

 RED value IS 210 (82.42% from 255) = 32.11%

 GREEN value IS 239 (93.75% from 255) = 36.54%

 BLUE value IS 205 (80.47% from 255) = 31.35%

R = 32.11%
G = 36.54%
B = 31.35%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#D2EFCD (or 0xD2EFCD) is known color: Blue Romance. HEX triplet: D2, EF and CD. RGB value is (210,239,205). Sum of RGB (Red+Green+Blue) = 210+239+205=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFCD is #2D1032. Grayscale: #E2E2E2. Windows color (decimal): -2953267 or 13496274. OLE color: 13496274.

HSL color Cylindrical-coordinate representation of color #D2EFCD: hue angle of 111.18º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D2EFCD is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 239 205 -
CMYK 0.12 0 0.14 0.06
HSL 111.18º 0.52% 0.87% -
HSV(B) 111.18º 0.14% 0.94% -
XYZ 68.46 79.84 69.56 -
YUV 226.45 115.89 116.26 -
System Red Green Blue C M Y K H S L
Decimal 210 239 205 0.12 0 0.14 0.06 111.18 0.52 0.87
Hex D2 EF CD C 0 E 6 6F 34 57
Octal 322 357 315 14 0 16 6 157 64 127
Binary 11010010 11101111 11001101 1100 0 1110 110 1101111 110100 1010111

Color Harmonies of #D2EFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2EFCD

Black with #D2EFCD

Text Example


Text Example

White with #D2EFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2EFCD; }

 p { color: rgb(210,239,205); }

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

background-color css

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

 a { background-color: rgb(210,239,205); }

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

border-color css

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

 span { border-color: rgb(210,239,205); }

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