Html Css Color HEX #D0E6CD Blue Romance

📋 copy color: '#D0E6CD'

red 208 ◦ green 230 ◦ blue 205

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

Shades of Blue Romance #D0E6CD

Tints of Blue Romance #D0E6CD

RGB

 RED value IS 208 (81.64% from 255) = 32.35%

 GREEN value IS 230 (90.23% from 255) = 35.77%

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

R = 32.35%
G = 35.77%
B = 31.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#D0E6CD (or 0xD0E6CD) is known color: Blue Romance. HEX triplet: D0, E6 and CD. RGB value is (208,230,205). Sum of RGB (Red+Green+Blue) = 208+230+205=643 (85% of max value = 765). Red value is 208 (81.64% from 255 or 32.35% from 643); Green value is 230 (90.23% from 255 or 35.77% from 643); Blue value is 205 (80.47% from 255 or 31.88% from 643); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E6CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0E6CD is #2F1932. Grayscale: #DCDCDC. Windows color (decimal): -3086643 or 13493968. OLE color: 13493968.

HSL color Cylindrical-coordinate representation of color #D0E6CD: hue angle of 112.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0E6CD is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 230 205 -
CMYK 0.10 0 0.11 0.10
HSL 112.8º 0.33% 0.85% -
HSV(B) 112.8º 0.11% 0.9% -
XYZ 65.33 74.41 68.68 -
YUV 220.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 208 230 205 0.10 0 0.11 0.10 112.8 0.33 0.85
Hex D0 E6 CD A 0 B A 71 21 55
Octal 320 346 315 12 0 13 12 161 41 125
Binary 11010000 11100110 11001101 1010 0 1011 1010 1110001 100001 1010101

Color Harmonies of #D0E6CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E6CD

Black with #D0E6CD

Text Example


Text Example

White with #D0E6CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E6CD; }

 p { color: rgb(208,230,205); }

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

background-color css

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

 a { background-color: rgb(208,230,205); }

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

border-color css

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

 span { border-color: rgb(208,230,205); }

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