Html Css Color HEX #D1F2CC Blue Romance

📋 copy color: '#D1F2CC'

red 209 ◦ green 242 ◦ blue 204

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

Shades of Blue Romance #D1F2CC

Tints of Blue Romance #D1F2CC

RGB

 RED value IS 209 (82.03% from 255) = 31.91%

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

 BLUE value IS 204 (80.08% from 255) = 31.15%

R = 31.91%
G = 36.95%
B = 31.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#D1F2CC (or 0xD1F2CC) is known color: Blue Romance. HEX triplet: D1, F2 and CC. RGB value is (209,242,204). Sum of RGB (Red+Green+Blue) = 209+242+204=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 242 (94.92% from 255 or 36.95% from 655); Blue value is 204 (80.08% from 255 or 31.15% from 655); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2CC is #2E0D33. Grayscale: #E3E3E3. Windows color (decimal): -3018036 or 13431505. OLE color: 13431505.

HSL color Cylindrical-coordinate representation of color #D1F2CC: hue angle of 112.11º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F2CC is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB 209 242 204 -
CMYK 0.14 0 0.16 0.05
HSL 112.11º 0.59% 0.87% -
HSV(B) 112.11º 0.16% 0.95% -
XYZ 68.95 81.42 69.21 -
YUV 227.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 209 242 204 0.14 0 0.16 0.05 112.11 0.59 0.87
Hex D1 F2 CC E 0 10 5 70 3B 57
Octal 321 362 314 16 0 20 5 160 73 127
Binary 11010001 11110010 11001100 1110 0 10000 101 1110000 111011 1010111

Color Harmonies of #D1F2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1F2CC

Black with #D1F2CC

Text Example


Text Example

White with #D1F2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1F2CC; }

 p { color: rgb(209,242,204); }

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

background-color css

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

 a { background-color: rgb(209,242,204); }

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

border-color css

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

 span { border-color: rgb(209,242,204); }

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