Html Css Color HEX #D5FFCD Blue Romance

📋 copy color: '#D5FFCD'

red 213 ◦ green 255 ◦ blue 205

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

Shades of Blue Romance #D5FFCD

Tints of Blue Romance #D5FFCD

RGB

 RED value IS 213 (83.59% from 255) = 31.65%

 GREEN value IS 255 (100% from 255) = 37.89%

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

R = 31.65%
G = 37.89%
B = 30.46%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#D5FFCD (or 0xD5FFCD) is known color: Blue Romance. HEX triplet: D5, FF and CD. RGB value is (213,255,205). Sum of RGB (Red+Green+Blue) = 213+255+205=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCD is #2A0032. Grayscale: #ECECEC. Windows color (decimal): -2752563 or 13500373. OLE color: 13500373.

HSL color Cylindrical-coordinate representation of color #D5FFCD: hue angle of 110.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5FFCD is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 205 -
CMYK 0.16 0 0.20 0
HSL 110.4º 1% 0.9% -
HSV(B) 110.4º 0.2% 1% -
XYZ 74.22 90.07 71.23 -
YUV 236.74 110.09 111.07 -
System Red Green Blue C M Y K H S L
Decimal 213 255 205 0.16 0 0.20 0 110.4 1 0.9
Hex D5 FF CD 10 0 14 0 6E 64 5A
Octal 325 377 315 20 0 24 0 156 144 132
Binary 11010101 11111111 11001101 10000 0 10100 0 1101110 1100100 1011010

Color Harmonies of #D5FFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFCD

Black with #D5FFCD

Text Example


Text Example

White with #D5FFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFCD; }

 p { color: rgb(213,255,205); }

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

background-color css

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

 a { background-color: rgb(213,255,205); }

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

border-color css

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

 span { border-color: rgb(213,255,205); }

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