Html Css Color HEX #D2F6CC Blue Romance

📋 copy color: '#D2F6CC'

red 210 ◦ green 246 ◦ blue 204

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

Shades of Blue Romance #D2F6CC

Tints of Blue Romance #D2F6CC

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.27%

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

R = 31.82%
G = 37.27%
B = 30.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#D2F6CC (or 0xD2F6CC) is known color: Blue Romance. HEX triplet: D2, F6 and CC. RGB value is (210,246,204). Sum of RGB (Red+Green+Blue) = 210+246+204=660 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.82% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F6CC is #2D0933. Grayscale: #E6E6E6. Windows color (decimal): -2951476 or 13432530. OLE color: 13432530.

HSL color Cylindrical-coordinate representation of color #D2F6CC: hue angle of 111.43º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2F6CC is Cyan = 0.15, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.

Color convert

RGB 210 246 204 -
CMYK 0.15 0 0.17 0.04
HSL 111.43º 0.7% 0.88% -
HSV(B) 111.43º 0.17% 0.96% -
XYZ 70.43 83.97 69.62 -
YUV 230.45 113.07 113.42 -
System Red Green Blue C M Y K H S L
Decimal 210 246 204 0.15 0 0.17 0.04 111.43 0.7 0.88
Hex D2 F6 CC F 0 11 4 6F 46 58
Octal 322 366 314 17 0 21 4 157 106 130
Binary 11010010 11110110 11001100 1111 0 10001 100 1101111 1000110 1011000

Color Harmonies of #D2F6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2F6CC

Black with #D2F6CC

Text Example


Text Example

White with #D2F6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2F6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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