Html Css Color HEX #D5F1CE Blue Romance

📋 copy color: '#D5F1CE'

red 213 ◦ green 241 ◦ blue 206

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

Shades of Blue Romance #D5F1CE

Tints of Blue Romance #D5F1CE

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.52%

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

R = 32.27%
G = 36.52%
B = 31.21%

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

#D5F1CE (or 0xD5F1CE) is known color: Blue Romance. HEX triplet: D5, F1 and CE. RGB value is (213,241,206). Sum of RGB (Red+Green+Blue) = 213+241+206=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 241 (94.53% from 255 or 36.52% from 660); Blue value is 206 (80.86% from 255 or 31.21% from 660); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1CE is #2A0E31. Grayscale: #E4E4E4. Windows color (decimal): -2756146 or 13562325. OLE color: 13562325.

HSL color Cylindrical-coordinate representation of color #D5F1CE: hue angle of 108º degrees, saturation: 0.56, 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 #D5F1CE is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 241 206 -
CMYK 0.12 0 0.15 0.05
HSL 108º 0.56% 0.88% -
HSV(B) 108º 0.15% 0.95% -
XYZ 70.04 81.51 70.43 -
YUV 228.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 213 241 206 0.12 0 0.15 0.05 108 0.56 0.88
Hex D5 F1 CE C 0 F 5 6C 38 58
Octal 325 361 316 14 0 17 5 154 70 130
Binary 11010101 11110001 11001110 1100 0 1111 101 1101100 111000 1011000

Color Harmonies of #D5F1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F1CE

Black with #D5F1CE

Text Example


Text Example

White with #D5F1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F1CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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