#CFF0CE

Color #CFF0CE Blue Romance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Romance #CFF0CE

Tints of Blue Romance #CFF0CE

Color information

#CFF0CE (or 0xCFF0CE) is unknown color: approx Blue Romance. HEX triplet: CF, F0 and CE. RGB value is (207,240,206). Sum of RGB (Red+Green+Blue) = 207+240+206=653 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.70% from 653); Green value is 240 (94.14% from 255 or 36.75% from 653); Blue value is 206 (80.86% from 255 or 31.55% from 653); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CE is #300F31. Grayscale: #E2E2E2. Windows color (decimal): -3149618 or 13562063. OLE color: 13562063.

HSL color Cylindrical-coordinate representation of color #CFF0CE: hue angle of 118.24º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFF0CE is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB207240206-
CMYK0.1400.140.06
HSL118.24º53.12%87.45%-
HSV(B)118.24º14.17%94.12%-
XYZ68.0380.0470.26-
YUV226.26116.57114.26-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.70%
GREEN value IS 240 (94.14% from 255) = 36.75%
BLUE value IS 206 (80.86% from 255) = 31.55%
R=31.70%
G=36.75%
B=31.55%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072402060.1400.140.06118.2453.1287.45
HexCFF0CEE0E6763557
Octal31736031616016616665127
Binary11001111111100001100111011100111011011101101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0CE; }

 p { color: rgb(207,240,206); }

 H1.HeaderClassName
 {
   color: #CFF0CE;
 }
 .AnyTagClassName
 {
   color: #CFF0CE;
 }
</style>
background-color css

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

 a { background-color: rgb(207,240,206); }

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

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

 span { border-color: rgb(207,240,206); }

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