Html Css Color HEX #D2F8CC Blue Romance

📋 copy color: '#D2F8CC'

red 210 ◦ green 248 ◦ blue 204

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

Shades of Blue Romance #D2F8CC

Tints of Blue Romance #D2F8CC

RGB

 RED value IS 210 (82.42% from 255) = 31.72%

 GREEN value IS 248 (97.27% from 255) = 37.46%

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

R = 31.72%
G = 37.46%
B = 30.82%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.03

RGB Variations

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

Color information

#D2F8CC (or 0xD2F8CC) is known color: Blue Romance. HEX triplet: D2, F8 and CC. RGB value is (210,248,204). Sum of RGB (Red+Green+Blue) = 210+248+204=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 248 (97.27% from 255 or 37.46% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 248 - color contains mainly: green. Hex color #D2F8CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F8CC is #2D0733. Grayscale: #E7E7E7. Windows color (decimal): -2950964 or 13433042. OLE color: 13433042.

HSL color Cylindrical-coordinate representation of color #D2F8CC: hue angle of 111.82º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2F8CC is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.03.

Color convert

RGB 210 248 204 -
CMYK 0.15 0 0.18 0.03
HSL 111.82º 0.76% 0.89% -
HSV(B) 111.82º 0.18% 0.97% -
XYZ 71.04 85.2 69.83 -
YUV 231.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 210 248 204 0.15 0 0.18 0.03 111.82 0.76 0.89
Hex D2 F8 CC F 0 12 3 70 4C 59
Octal 322 370 314 17 0 22 3 160 114 131
Binary 11010010 11111000 11001100 1111 0 10010 11 1110000 1001100 1011001

Color Harmonies of #D2F8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F8CC

Black with #D2F8CC

Text Example


Text Example

White with #D2F8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F8CC; }

 p { color: rgb(210,248,204); }

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

background-color css

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

 a { background-color: rgb(210,248,204); }

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

border-color css

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

 span { border-color: rgb(210,248,204); }

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