Html Css Color HEX #D5FCCD Blue Romance

📋 copy color: '#D5FCCD'

red 213 ◦ green 252 ◦ blue 205

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

Shades of Blue Romance #D5FCCD

Tints of Blue Romance #D5FCCD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.61%

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

R = 31.79%
G = 37.61%
B = 30.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#D5FCCD (or 0xD5FCCD) is known color: Blue Romance. HEX triplet: D5, FC and CD. RGB value is (213,252,205). Sum of RGB (Red+Green+Blue) = 213+252+205=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 252 (98.83% from 255 or 37.61% from 670); Blue value is 205 (80.47% from 255 or 30.60% from 670); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCCD is #2A0332. Grayscale: #EBEBEB. Windows color (decimal): -2753331 or 13499605. OLE color: 13499605.

HSL color Cylindrical-coordinate representation of color #D5FCCD: hue angle of 109.79º degrees, saturation: 0.89, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5FCCD is Cyan = 0.15, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 252 205 -
CMYK 0.15 0 0.19 0.01
HSL 109.79º 0.89% 0.9% -
HSV(B) 109.79º 0.19% 0.99% -
XYZ 73.27 88.17 70.92 -
YUV 234.98 111.08 112.32 -
System Red Green Blue C M Y K H S L
Decimal 213 252 205 0.15 0 0.19 0.01 109.79 0.89 0.9
Hex D5 FC CD F 0 13 1 6E 59 5A
Octal 325 374 315 17 0 23 1 156 131 132
Binary 11010101 11111100 11001101 1111 0 10011 1 1101110 1011001 1011010

Color Harmonies of #D5FCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FCCD

Black with #D5FCCD

Text Example


Text Example

White with #D5FCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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