Html Css Color HEX #D0F1CC Blue Romance

📋 copy color: '#D0F1CC'

red 208 ◦ green 241 ◦ blue 204

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

Shades of Blue Romance #D0F1CC

Tints of Blue Romance #D0F1CC

RGB

 RED value IS 208 (81.64% from 255) = 31.85%

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

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

R = 31.85%
G = 36.91%
B = 31.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#D0F1CC (or 0xD0F1CC) is known color: Blue Romance. HEX triplet: D0, F1 and CC. RGB value is (208,241,204). Sum of RGB (Red+Green+Blue) = 208+241+204=653 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.85% from 653); Green value is 241 (94.53% from 255 or 36.91% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 241 - color contains mainly: green. Hex color #D0F1CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F1CC is #2F0E33. Grayscale: #E3E3E3. Windows color (decimal): -3083828 or 13431248. OLE color: 13431248.

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

Color convert

RGB 208 241 204 -
CMYK 0.14 0 0.15 0.05
HSL 113.51º 0.57% 0.87% -
HSV(B) 113.51º 0.15% 0.95% -
XYZ 68.37 80.68 69.1 -
YUV 226.92 115.07 114.51 -
System Red Green Blue C M Y K H S L
Decimal 208 241 204 0.14 0 0.15 0.05 113.51 0.57 0.87
Hex D0 F1 CC E 0 F 5 72 39 57
Octal 320 361 314 16 0 17 5 162 71 127
Binary 11010000 11110001 11001100 1110 0 1111 101 1110010 111001 1010111

Color Harmonies of #D0F1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F1CC

Black with #D0F1CC

Text Example


Text Example

White with #D0F1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F1CC; }

 p { color: rgb(208,241,204); }

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

background-color css

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

 a { background-color: rgb(208,241,204); }

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

border-color css

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

 span { border-color: rgb(208,241,204); }

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