Html Css Color HEX #D5F3CF Blue Romance

📋 copy color: '#D5F3CF'

red 213 ◦ green 243 ◦ blue 207

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

Shades of Blue Romance #D5F3CF

Tints of Blue Romance #D5F3CF

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.65%

 BLUE value IS 207 (81.25% from 255) = 31.22%

R = 32.13%
G = 36.65%
B = 31.22%

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

#D5F3CF (or 0xD5F3CF) is known color: Blue Romance. HEX triplet: D5, F3 and CF. RGB value is (213,243,207). Sum of RGB (Red+Green+Blue) = 213+243+207=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 243 (95.31% from 255 or 36.65% from 663); Blue value is 207 (81.25% from 255 or 31.22% from 663); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F3CF is #2A0C30. Grayscale: #E6E6E6. Windows color (decimal): -2755633 or 13628373. OLE color: 13628373.

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

Color convert

RGB 213 243 207 -
CMYK 0.12 0 0.15 0.05
HSL 110º 0.6% 0.88% -
HSV(B) 110º 0.15% 0.95% -
XYZ 70.75 82.75 71.28 -
YUV 229.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 213 243 207 0.12 0 0.15 0.05 110 0.6 0.88
Hex D5 F3 CF C 0 F 5 6E 3C 58
Octal 325 363 317 14 0 17 5 156 74 130
Binary 11010101 11110011 11001111 1100 0 1111 101 1101110 111100 1011000

Color Harmonies of #D5F3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F3CF

Black with #D5F3CF

Text Example


Text Example

White with #D5F3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F3CF; }

 p { color: rgb(213,243,207); }

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

background-color css

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

 a { background-color: rgb(213,243,207); }

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

border-color css

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

 span { border-color: rgb(213,243,207); }

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