Html Css Color HEX #D5F2CE Blue Romance

📋 copy color: '#D5F2CE'

red 213 ◦ green 242 ◦ blue 206

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

Shades of Blue Romance #D5F2CE

Tints of Blue Romance #D5F2CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 31.16%

R = 32.22%
G = 36.61%
B = 31.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#D5F2CE (or 0xD5F2CE) is known color: Blue Romance. HEX triplet: D5, F2 and CE. RGB value is (213,242,206). Sum of RGB (Red+Green+Blue) = 213+242+206=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 242 (94.92% from 255 or 36.61% from 661); Blue value is 206 (80.86% from 255 or 31.16% from 661); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F2CE is #2A0D31. Grayscale: #E5E5E5. Windows color (decimal): -2755890 or 13562581. OLE color: 13562581.

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

Color convert

RGB 213 242 206 -
CMYK 0.12 0 0.15 0.05
HSL 108.33º 0.58% 0.88% -
HSV(B) 108.33º 0.15% 0.95% -
XYZ 70.33 82.11 70.53 -
YUV 229.23 114.89 116.43 -
System Red Green Blue C M Y K H S L
Decimal 213 242 206 0.12 0 0.15 0.05 108.33 0.58 0.88
Hex D5 F2 CE C 0 F 5 6C 3A 58
Octal 325 362 316 14 0 17 5 154 72 130
Binary 11010101 11110010 11001110 1100 0 1111 101 1101100 111010 1011000

Color Harmonies of #D5F2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F2CE

Black with #D5F2CE

Text Example


Text Example

White with #D5F2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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